defaults cleanup

This commit is contained in:
Rushabh Mehta
2013-02-19 15:54:15 +05:30
parent 5c6216f0bd
commit 2fe861fa71
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ erpnext.desktop.refresh = function() {
$("#icon-grid .case-wrapper").each(function(i, e) {
new_order.push($(this).attr("data-name"));
});
wn.user.set_default("_desktop_items", new_order);
wn.defaults.set_default("_desktop_items", new_order);
}
});
}