mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 16:31:13 +00:00
[org admin] added 'address-book'
This commit is contained in:
6
static/scripts/orgadmin-app/main.js
Normal file
6
static/scripts/orgadmin-app/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
define([
|
||||
'orgadmin-app/router'
|
||||
], function(Router){
|
||||
app.router = new Router();
|
||||
Backbone.history.start();
|
||||
});
|
Reference in New Issue
Block a user