mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-01 15:47:06 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
Conflicts: version.num
This commit is contained in:
@@ -13,6 +13,7 @@ span, div, td, input, textarea, button, select {
|
||||
}
|
||||
|
||||
body {
|
||||
background: url(../images/stripedbg.png) repeat;
|
||||
}
|
||||
|
||||
.erpnext-footer {
|
||||
|
||||
@@ -46,6 +46,7 @@ erpnext.startup.set_globals = function() {
|
||||
erpnext.startup.start = function() {
|
||||
$('#startup_div').html('Starting up...').toggle(true);
|
||||
|
||||
|
||||
erpnext.startup.set_globals();
|
||||
|
||||
if(wn.boot.custom_css) {
|
||||
@@ -149,8 +150,6 @@ erpnext.set_user_background = function(src) {
|
||||
set_style(repl('body { background: url("files/%(src)s") repeat !important;}', {src:src}))
|
||||
}
|
||||
|
||||
// =======================================
|
||||
|
||||
// start
|
||||
$(document).bind('startup', function() {
|
||||
erpnext.startup.start();
|
||||
|
||||
Reference in New Issue
Block a user