1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 10:50:24 +00:00

show/delete public lib

This commit is contained in:
lian
2015-03-07 15:56:10 +08:00
committed by Daniel Pan
parent c42822969d
commit 0a32d98f20
10 changed files with 248 additions and 59 deletions

View 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/organization']);
});