mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
Move scripts from media to static folder
This commit is contained in:
4
static/scripts/myhome.js
Normal file
4
static/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