[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 // add toolbar icon
$(document).bind('toolbar_setup', function() { $(document).bind('toolbar_setup', function() {
$('.navbar-brand').html(wn.boot.website_settings.brand_html || $('.navbar-brand').html('<object data="app/images/splash.svg" \
('<object data="app/images/splash.svg" class="toolbar-splash" type="image/svg+xml"></object>erpnext')) class="toolbar-splash" type="image/svg+xml"></object>erpnext')
.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');

View File

@ -38,12 +38,6 @@ erpnext.startup.start = function() {
// set interval for updates // set interval for updates
erpnext.startup.set_periodic_updates(); erpnext.startup.set_periodic_updates();
// border to the body
// ------------------
$('footer').html('<div class="web-footer erpnext-footer">\
<a href="#attributions">Attributions and License</a> | \
<a href="#latest-updates"><b>Latest Updates</b></a></div>');
// complete registration // complete registration
if(in_list(user_roles,'System Manager') && (wn.boot.setup_complete=='No')) { if(in_list(user_roles,'System Manager') && (wn.boot.setup_complete=='No')) {
wn.require("app/js/complete_setup.js"); wn.require("app/js/complete_setup.js");