diff --git a/public/js/conf.js b/public/js/conf.js index 11b0dc60755..22e80c98d80 100644 --- a/public/js/conf.js +++ b/public/js/conf.js @@ -17,7 +17,7 @@ wn.modules_path = 'erpnext'; $(document).bind('toolbar_setup', function() { $('.navbar-brand').html('
\ \ -
' + (wn.boot.website_settings.brand_html || 'erpnext')) + ' + ($("
").append(wn.boot.website_settings.brand_html).text() || 'erpnext')) .addClass("navbar-icon-home") .css('max-width', '200px').css('overflow', 'hidden'); });