mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
(js) Remove obsolete call to "catch"
This commit is contained in:
@@ -52,9 +52,7 @@
|
||||
}
|
||||
|
||||
function removeUser(user) {
|
||||
folder.$acl.$removeUser(user.uid).catch(function(data, status) {
|
||||
Dialog.alert(l('Warning'), l('An error occured please try again.'));
|
||||
});
|
||||
folder.$acl.$removeUser(user.uid);
|
||||
}
|
||||
|
||||
function addUser(data) {
|
||||
|
||||
Reference in New Issue
Block a user