mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
fix to brand_html
This commit is contained in:
@@ -14,8 +14,9 @@ erpnext.set_about = function() {
|
||||
wn.modules_path = 'erpnext';
|
||||
|
||||
$(document).bind('toolbar_setup', function() {
|
||||
$('.brand').html(wn.boot.website_settings.brand_html.substr(0,15) || 'erpnext' +
|
||||
$('.brand').html((wn.boot.website_settings.brand_html || 'erpnext') +
|
||||
' <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');
|
||||
}, function() {
|
||||
|
||||
Reference in New Issue
Block a user