1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-30 08:53:49 +00:00
seahub/static/scripts/organization.js

5 lines
166 B
JavaScript
Raw Normal View History

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