added default router to backbone app
parent
87788f0710
commit
67a682d53a
|
@ -1020,10 +1020,16 @@
|
|||
|
||||
"admin/blacklist":"blackList",
|
||||
|
||||
"user/approved":"approvedSites"
|
||||
"user/approved":"approvedSites",
|
||||
|
||||
"": "root"
|
||||
|
||||
},
|
||||
|
||||
|
||||
root:function() {
|
||||
this.navigate('user/approved', {trigger: true});
|
||||
},
|
||||
|
||||
initialize:function () {
|
||||
|
||||
this.clientList = new ClientCollection();
|
||||
|
|
Loading…
Reference in New Issue