page refresh title issue fixed

This commit is contained in:
Rushabh Mehta
2012-12-28 10:30:46 +05:30
parent de0c5ae0bc
commit 84adf1bb7f
5 changed files with 18 additions and 16 deletions

View File

@@ -15,6 +15,7 @@ erpnext.desktop.refresh = function() {
}
erpnext.desktop.render = function() {
document.title = "Desktop";
var add_icon = function(m) {
var module = wn.modules[m];
if(!module.label)