[removed footer]

This commit is contained in:
Rushabh Mehta
2013-06-07 15:39:45 +05:30
parent 224ad17b1d
commit 4cea6af519
2 changed files with 2 additions and 8 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 ||
('<object data="app/images/splash.svg" class="toolbar-splash" type="image/svg+xml"></object>erpnext'))
$('.navbar-brand').html('<object data="app/images/splash.svg" \
class="toolbar-splash" type="image/svg+xml"></object>erpnext')
.css('max-width', '200px').css('overflow', 'hidden')
.hover(function() {
$(this).find('.icon-home').addClass('navbar-icon-home-hover');