1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00
Files
seahub/media/assets/scripts/sysadmin-main.js
2018-08-02 11:36:54 +08:00

5 lines
162 B
JavaScript

//Load common code that includes config, then load the app logic for this page.
require(['./common'], function (common) {
require(['sysadmin-app/main']);
});