mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
remove old code
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user