mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
Reimplement sysadmin with backbone
This commit is contained in:
6
static/scripts/sysadmin-app/main.js
Normal file
6
static/scripts/sysadmin-app/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
define([
|
||||
'sysadmin-app/router'
|
||||
], function(Router){
|
||||
app.router = new Router();
|
||||
Backbone.history.start();
|
||||
});
|
Reference in New Issue
Block a user