mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
Remove out of context comment
This commit is contained in:
parent
f8e2e74336
commit
fe2fb6deba
1 changed files with 0 additions and 3 deletions
|
|
@ -12,9 +12,6 @@ habitrpg.controller("ChallengesCtrl", ['$rootScope','$scope', 'Shared', 'User',
|
|||
// FIXME $scope.challenges needs to be resolved first (see app.js)
|
||||
$scope.groups = Groups.Group.query({type:'party,guilds,tavern'});
|
||||
|
||||
|
||||
// we should fix this, that's pretty brittle
|
||||
|
||||
// override score() for tasks listed in challenges-editing pages, so that nothing happens
|
||||
$scope.score = function(){}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue