mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Eliminate unused variable
This commit is contained in:
@@ -15,9 +15,6 @@ habitrpg.controller("ChallengesCtrl", ['$rootScope','$scope', 'Shared', 'User',
|
|||||||
// override score() for tasks listed in challenges-editing pages, so that nothing happens
|
// override score() for tasks listed in challenges-editing pages, so that nothing happens
|
||||||
$scope.score = function(){}
|
$scope.score = function(){}
|
||||||
|
|
||||||
//This is used to ensure the user has enough gems to create a challenge
|
|
||||||
$scope.enoughGems = true;
|
|
||||||
|
|
||||||
//------------------------------------------------------------
|
//------------------------------------------------------------
|
||||||
// Challenge
|
// Challenge
|
||||||
//------------------------------------------------------------
|
//------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user