mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 23:34:45 +00:00
[dist] Add static files to media/assets
This commit is contained in:
6
media/assets/scripts/app/main.js
Normal file
6
media/assets/scripts/app/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
define([
|
||||
'app/router'
|
||||
], function(Router){
|
||||
app.router = new Router();
|
||||
Backbone.history.start();
|
||||
});
|
Reference in New Issue
Block a user