mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
typo
This commit is contained in:
parent
2c2367cf7c
commit
55661a6659
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User', '
|
|||
$scope.itemStore = sorted;
|
||||
}
|
||||
|
||||
updateStore()
|
||||
updateStore();
|
||||
|
||||
$scope.buy = function(type) {
|
||||
var hasEnough = window.habitrpgShared.items.buyItem(User.user, type);
|
||||
|
|
|
|||
Loading…
Reference in a new issue