mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
Move scripts from media to static folder
This commit is contained in:
6
static/scripts/app/main/group.js
Normal file
6
static/scripts/app/main/group.js
Normal file
@@ -0,0 +1,6 @@
|
||||
define([
|
||||
'app/routers/group'
|
||||
], function(Router){
|
||||
app.router = new Router();
|
||||
Backbone.history.start();
|
||||
});
|
Reference in New Issue
Block a user