mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
made all.js and all.css and all guests share same session
This commit is contained in:
2279
js/all-app.js
Normal file
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
1160
js/all-web.js
Normal file
File diff suppressed because one or more lines are too long
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user