mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
remove groups websites
This commit is contained in:
@@ -16,15 +16,6 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Groups', '$http', 'A
|
||||
group._editing = false;
|
||||
}
|
||||
|
||||
$scope.addWebsite = function(group){
|
||||
group.websites.push(group._newWebsite);
|
||||
group._newWebsite = '';
|
||||
}
|
||||
|
||||
$scope.removeWebsite = function(group, $index){
|
||||
group.websites.splice($index,1);
|
||||
}
|
||||
|
||||
// ------ Modals ------
|
||||
|
||||
$scope.clickMember = function(uid, forceShow) {
|
||||
|
||||
Reference in New Issue
Block a user