Change in top toolbar. It will not include profile link. The home right sidebar will have the profile settings link

This commit is contained in:
Anand Doshi
2012-01-06 16:27:54 +05:30
parent 58455c9d8e
commit a31fd1080b
4 changed files with 17 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
<meta charset="utf-8">
<title>ERPNext</title>
<meta name="author" content="">
<script type="text/javascript">window._version_number="348"
<script type="text/javascript">window._version_number="356"
wn={}
wn.provide=function(namespace){var nsl=namespace.split('.');var l=nsl.length;var parent=window;for(var i=0;i<l;i++){var n=nsl[i];if(!parent[n]){parent[n]={}}