mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-22 05:44:16 +00:00
Reverted routing for groups back
This commit is contained in:
parent
d1b1a866ac
commit
9cdbca8c2b
1 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ window.habitrpg = angular.module('habitrpg',
|
|||
|
||||
// @see https://github.com/angular-ui/ui-router/issues/110 and https://github.com/HabitRPG/habitrpg/issues/1705
|
||||
// temporary hack until they have a better solution
|
||||
.value('$anchorScroll', angular.noop)
|
||||
|
||||
.constant("API_URL", "")
|
||||
.constant("STORAGE_USER_ID", 'habitrpg-user')
|
||||
|
|
@ -22,9 +21,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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue