From 674765a641672c358c6cab2479a0af4a95d5110d Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 18 Jul 2013 19:28:46 +0530 Subject: [PATCH] [minor] [erpnext logo] load it as object instead of image --- public/js/conf.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'); });