diff --git a/public/js/conf.js b/public/js/conf.js index bf9dd00829b..71f1fa6f2ef 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 76f2c264c14..5e651c5e10e 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");