minor bugfixes

This commit is contained in:
Rushabh Mehta
2012-01-19 11:43:34 +01:00
parent 3a32478db9
commit f2c4c4231f
3 changed files with 2 additions and 9 deletions

View File

@@ -55,14 +55,6 @@ pscript.startup_make_sidebar = function() {
// menu
var ml = r.message;
// login-file
if(r.login_url){
login_file = 'http://' + r.login_url;
}
else if(pscript.is_erpnext_saas) {
login_file = 'https://www.erpnext.com';
}
// clear
page_body.left_sidebar.innerHTML = '';