Merge branch 'master' of github.com:webnotes/erpnext

Conflicts:
	version.num
This commit is contained in:
Anand Doshi
2012-03-01 19:28:36 +05:30
14 changed files with 42 additions and 47 deletions

View File

@@ -13,6 +13,7 @@ span, div, td, input, textarea, button, select {
}
body {
background: url(../images/stripedbg.png) repeat;
}
.erpnext-footer {

View File

@@ -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();