summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/router.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/router.js')
-rw-r--r--StoneIsland/www/js/lib/router.js11
1 files changed, 9 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/router.js b/StoneIsland/www/js/lib/router.js
index b1c33cb7..28793fe5 100644
--- a/StoneIsland/www/js/lib/router.js
+++ b/StoneIsland/www/js/lib/router.js
@@ -3,7 +3,14 @@ var SiteRouter = Router.extend({
el: "body",
routes: {
- "/": 'login',
- }
+ "/": 'index',
+ },
+
+ initialize: function(){
+ this.route()
+ },
+
+ index: function(){
+ },
}) \ No newline at end of file