Fixed Dropbox, Scheduler, 3to4 migration

This commit is contained in:
Anand Doshi
2014-03-11 15:17:13 +05:30
parent 09a9f4c0c9
commit c379c78fec
6 changed files with 34 additions and 22 deletions

View File

@@ -30,7 +30,7 @@ frappe.pages['setup-wizard'].onload = function(wrapper) {
frappe.app.logout();
}, 2000);
} else {
window.location = "app.html";
window.location = "/desk";
}
}, 2000);
}