diff --git a/public/js/conf.js b/public/js/conf.js index b2f6dc9972..1054bfc38b 100644 --- a/public/js/conf.js +++ b/public/js/conf.js @@ -15,7 +15,8 @@ wn.modules_path = 'erpnext'; // add toolbar icon $(document).bind('toolbar_setup', function() { - $('.navbar-brand').html('') + $('.navbar-brand').html((wn.boot.website_settings.brand_html || 'erpnext') + + ' ') .css('max-width', '200px').css('overflow', 'hidden') .hover(function() { $(this).find('.icon-home').addClass('navbar-icon-home-hover');