mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
remove old code
This commit is contained in:
parent
36229ac44c
commit
19433f7100
1 changed files with 0 additions and 4 deletions
|
|
@ -16,10 +16,6 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Groups', '$http', 'A
|
|||
group._editing = false;
|
||||
}
|
||||
|
||||
$scope.assignGroupLeader = function(group){
|
||||
if(group._newLeader && group._newLeader._id) group.leader
|
||||
}
|
||||
|
||||
$scope.addWebsite = function(group){
|
||||
group.websites.push(group._newWebsite);
|
||||
group._newWebsite = '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue