[removed footer]
This commit is contained in:
parent
224ad17b1d
commit
4cea6af519
@ -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');
|
||||||
|
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user