diff --git a/public/js/conf.js b/public/js/conf.js index 19d8c3bcb2..11b0dc6075 100644 --- a/public/js/conf.js +++ b/public/js/conf.js @@ -15,8 +15,9 @@ wn.modules_path = 'erpnext'; // add toolbar icon $(document).bind('toolbar_setup', function() { - $('.navbar-brand').html('' + - (wn.boot.website_settings.brand_html || 'erpnext')) + $('.navbar-brand').html('
\ + \ +
' + (wn.boot.website_settings.brand_html || 'erpnext')) .addClass("navbar-icon-home") .css('max-width', '200px').css('overflow', 'hidden'); });