mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-27 02:28:30 +00:00
changed desktop modules now using font-awesome instead of noun project fonts
This commit is contained in:
@@ -15,7 +15,10 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
pscript.onload_Setup = function(wrapper) {
|
||||
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'), 'Setup');
|
||||
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'), 'Setup');
|
||||
wrapper.appframe.add_home_breadcrumb();
|
||||
wrapper.appframe.add_breadcrumb(wn.modules["Setup"].icon);
|
||||
|
||||
erpnext.module_page.hide_links(wrapper);
|
||||
if(wn.boot.expires_on) {
|
||||
$(wrapper).find(".layout-main")
|
||||
|
||||
Reference in New Issue
Block a user