mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
Split js from django template, move js to scripts , add requirejs support, and i18n for js
This commit is contained in:
4
media/scripts/myhome.js
Normal file
4
media/scripts/myhome.js
Normal file
@@ -0,0 +1,4 @@
|
||||
//Load common code that includes config, then load the app logic for this page.
|
||||
require(['./common'], function (common) {
|
||||
require(['app/main/myhome']);
|
||||
});
|
Reference in New Issue
Block a user