Browse Source

[desktop] don't force show 'all applications' frappe/erpnext#3234

version-14
Rushabh Mehta 10 years ago
parent
commit
ccc0ea5cd2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/core/page/desktop/desktop.js

+ 1
- 1
frappe/core/page/desktop/desktop.js View File

@@ -49,7 +49,7 @@ $.extend(frappe.desktop, {
_id: "all_applications", _id: "all_applications",
color: "#4aa3df", color: "#4aa3df",
link: "", link: "",
force_show: true,
//force_show: true,
onclick: function() { onclick: function() {
me.all_applications.show(); me.all_applications.show();
} }


Loading…
Cancel
Save