mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
Eliminate unused variable
This commit is contained in:
parent
2441f6363e
commit
bac979ca4d
1 changed files with 0 additions and 3 deletions
|
|
@ -15,9 +15,6 @@ habitrpg.controller("ChallengesCtrl", ['$rootScope','$scope', 'Shared', 'User',
|
|||
// override score() for tasks listed in challenges-editing pages, so that nothing happens
|
||||
$scope.score = function(){}
|
||||
|
||||
//This is used to ensure the user has enough gems to create a challenge
|
||||
$scope.enoughGems = true;
|
||||
|
||||
//------------------------------------------------------------
|
||||
// Challenge
|
||||
//------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue