made all.js and all.css and all guests share same session

This commit is contained in:
Rushabh Mehta
2012-02-14 11:44:13 +05:30
parent bfc03cf8bd
commit afaac60982
13 changed files with 9512 additions and 25 deletions

2279
js/all-app.js Normal file

File diff suppressed because one or more lines are too long

1160
js/all-web.js Normal file

File diff suppressed because one or more lines are too long

View File

@@ -10,14 +10,6 @@ wn.app = {
wn.modules_path = 'erpnext';
wn.settings.no_history = true;
wn.require('lib/js/lib/jquery.min.js');
wn.require('lib/js/legacy/tiny_mce_33/jquery.tinymce.js');
// for datepicker
wn.require('lib/js/legacy/jquery/jquery-ui.min.js')
wn.require('lib/js/legacy/wnf.compressed.js');
wn.require('lib/css/legacy/default.css');
$(document).bind('ready', function() {
startup();
});