This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[desktop] don't force show 'all applications'
frappe/erpnext#3234
version-14
Rushabh Mehta
10 years ago
parent
093445f22e
commit
ccc0ea5cd2
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
}
}
Write
Preview
Loading…
Cancel
Save