From 88a1515b46a863355e4d2561ce75ae6c0865e03f Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 21 Jan 2015 18:24:44 +0530 Subject: [PATCH] [minor] ERPNext as navbar-home --- erpnext/public/js/conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js index 397c36bc6ea..b76cfaee019 100644 --- a/erpnext/public/js/conf.js +++ b/erpnext/public/js/conf.js @@ -7,7 +7,7 @@ frappe.provide('erpnext'); $(document).bind('toolbar_setup', function() { frappe.app.name = "ERPNext"; - $('.navbar-brand').html(''); + $('.navbar-home').html('ERPNext'); $('[data-link="docs"]').attr("href", "https://erpnext.com/user-guide") });