[logo] update erpnext logo in favicon and toolbar

This commit is contained in:
Anand Doshi
2013-06-06 18:55:20 +05:30
parent 68d0dbabe9
commit 1fe3bc575b
3 changed files with 9 additions and 2 deletions

View File

@@ -15,8 +15,8 @@ wn.modules_path = 'erpnext';
// 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(wn.boot.website_settings.brand_html ||
('<img src="app/images/splash.svg" class="toolbar-splash">erpnext'))
.css('max-width', '200px').css('overflow', 'hidden')
.hover(function() {
$(this).find('.icon-home').addClass('navbar-icon-home-hover');