fix to startupjs

This commit is contained in:
Rushabh Mehta
2012-05-01 14:07:41 +05:30
parent efed5239f0
commit 30e3f157bc
5 changed files with 15 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ 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.substr(0,15) || 'erpnext' +
' <i class="icon-home icon-white navbar-icon-home" ></i>')
.hover(function() {
$(this).find('.icon-home').addClass('navbar-icon-home-hover');