1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-01 04:34:42 +00:00
seahub/static/scripts/main.js

5 lines
153 B
JavaScript
Raw Normal View History

2015-04-11 07:14:56 +00:00
//Load common code that includes config, then load the app logic for this page.
require(['./common'], function (common) {
require(['app/main']);
});