1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-28 11:15:58 +00:00
seahub/static/scripts/sysadmin-main.js

5 lines
162 B
JavaScript
Raw Normal View History

2016-03-16 05:30:00 +00:00
//Load common code that includes config, then load the app logic for this page.
require(['./common'], function (common) {
require(['sysadmin-app/main']);
});