From d9384c05830016099cb79ffabeb999a000486f7f Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 24 May 2013 17:26:27 +0530 Subject: [PATCH] [listview] fixed alignment of tags and fixed progress bars --- public/js/conf.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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');