Fixed when routing. Closes #4371

This commit is contained in:
Blade Barringer
2014-12-14 19:01:52 -06:00
parent a9fa8ed038
commit d1b1a866ac
+1 -1
View File
@@ -22,9 +22,9 @@ window.habitrpg = angular.module('habitrpg',
// Setup default selected tabs
.when('/options', '/options/profile/avatar')
.when('/options/profile', '/options/profile/avatar')
.when('/options/groups', '/options/groups/tavern')
.when('/options/groups/guilds', '/options/groups/guilds/public')
.when('/options/groups/hall', '/options/groups/hall/heroes')
.when('/options/groups', '/options/groups/tavern')
.when('/options/inventory', '/options/inventory/drops')
.when('/options/settings', '/options/settings/settings')