mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 11:38:24 +00:00
Corrected spelling error in comment
This commit is contained in:
parent
1ff19efac5
commit
4e1b298a42
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
|
|||
$scope.spell = null;
|
||||
}
|
||||
|
||||
// Becuase our angular-ui-router uses anchors for urls (/#/options/groups/party), window.location.href=... won't
|
||||
// Because our angular-ui-router uses anchors for urls (/#/options/groups/party), window.location.href=... won't
|
||||
// reload the page. Perform manually.
|
||||
$rootScope.hardRedirect = function(url){
|
||||
window.location.href = url;
|
||||
|
|
|
|||
Loading…
Reference in a new issue