mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
[removed footer]
This commit is contained in:
@@ -38,12 +38,6 @@ erpnext.startup.start = function() {
|
||||
// set interval for 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
|
||||
if(in_list(user_roles,'System Manager') && (wn.boot.setup_complete=='No')) {
|
||||
wn.require("app/js/complete_setup.js");
|
||||
|
||||
Reference in New Issue
Block a user