diff --git a/public/js/conf.js b/public/js/conf.js index de8c7f78f7c..b2f6dc9972a 100644 --- a/public/js/conf.js +++ b/public/js/conf.js @@ -15,8 +15,7 @@ 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('') .css('max-width', '200px').css('overflow', 'hidden') .hover(function() { $(this).find('.icon-home').addClass('navbar-icon-home-hover');