commit | fbe9a46d51f9155c9d1a85a0dba547d84ab4cb31 | [log] [tgz] |
---|---|---|
author | Faris Ansari <netchamp.faris@gmail.com> | Wed Aug 01 15:56:39 2018 +0530 |
committer | Faris Ansari <netchamp.faris@gmail.com> | Wed Aug 01 15:56:39 2018 +0530 |
tree | c5e72936115308eaa6720d355349e9ca24272037 | |
parent | 709a4a3f4e2fc059691d89306946c8df350d0daa [diff] |
Add Marketplace link to user dropdown in toolbar
diff --git a/erpnext/public/js/hub/hub_factory.js b/erpnext/public/js/hub/hub_factory.js index b073720..21f3e8d 100644 --- a/erpnext/public/js/hub/hub_factory.js +++ b/erpnext/public/js/hub/hub_factory.js
@@ -22,3 +22,11 @@ }); } } + +$(document).on('toolbar_setup', () => { + $('#toolbar-user .navbar-reload').after(` + <li> + <a href="#marketplace/home">${__('Marketplace')} + </li> + `) +}) \ No newline at end of file