[toolbars] removed view / module menus
This commit is contained in:
parent
f32ee3c28e
commit
506379da7e
@ -15,7 +15,8 @@ wn.modules_path = 'erpnext';
|
|||||||
|
|
||||||
// add toolbar icon
|
// add toolbar icon
|
||||||
$(document).bind('toolbar_setup', function() {
|
$(document).bind('toolbar_setup', function() {
|
||||||
$('.navbar-brand').html('<i class="icon-home icon-white navbar-icon-home" ></i>')
|
$('.navbar-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')
|
.css('max-width', '200px').css('overflow', 'hidden')
|
||||||
.hover(function() {
|
.hover(function() {
|
||||||
$(this).find('.icon-home').addClass('navbar-icon-home-hover');
|
$(this).find('.icon-home').addClass('navbar-icon-home-hover');
|
||||||
|
Loading…
Reference in New Issue
Block a user