[listview] fixed alignment of tags and fixed progress bars
diff --git a/public/js/conf.js b/public/js/conf.js
index de8c7f7..b2f6dc9 100644
--- a/public/js/conf.js
+++ b/public/js/conf.js
@@ -15,8 +15,7 @@
 
 // add toolbar icon
 $(document).bind('toolbar_setup', function() {
-	$('.navbar-brand').html((wn.boot.website_settings.brand_html || 'erpnext') +
-	' <i class="icon-home icon-white navbar-icon-home" ></i>')
+	$('.navbar-brand').html('<i class="icon-home icon-white navbar-icon-home" ></i>')
 	.css('max-width', '200px').css('overflow', 'hidden')
 	.hover(function() {
 		$(this).find('.icon-home').addClass('navbar-icon-home-hover');