From 4cea6af51940864ab1e0924718433d137c68a43c Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 7 Jun 2013 15:39:45 +0530 Subject: [PATCH] [removed footer] --- public/js/conf.js | 4 ++-- public/js/startup.js | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/public/js/conf.js b/public/js/conf.js index bf9dd00829..71f1fa6f2e 100644 --- a/public/js/conf.js +++ b/public/js/conf.js @@ -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 || - ('erpnext')) + $('.navbar-brand').html('erpnext') .css('max-width', '200px').css('overflow', 'hidden') .hover(function() { $(this).find('.icon-home').addClass('navbar-icon-home-hover'); diff --git a/public/js/startup.js b/public/js/startup.js index 76f2c264c1..5e651c5e10 100644 --- a/public/js/startup.js +++ b/public/js/startup.js @@ -38,12 +38,6 @@ erpnext.startup.start = function() { // set interval for updates erpnext.startup.set_periodic_updates(); - // border to the body - // ------------------ - $('footer').html(''); - // complete registration if(in_list(user_roles,'System Manager') && (wn.boot.setup_complete=='No')) { wn.require("app/js/complete_setup.js");