mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 21:35:58 +00:00
(fix) XSRF supprot for all contact operations
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
vm.save = save;
|
||||
vm.confirmDelete = confirmDelete;
|
||||
vm.importCards = importCards;
|
||||
vm.exportCards = exportCards;
|
||||
vm.showLinks = showLinks;
|
||||
vm.showProperties = showProperties;
|
||||
vm.share = share;
|
||||
@@ -203,10 +202,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
function exportCards() {
|
||||
$window.location.href = ApplicationBaseURL + '/' + vm.service.selectedFolder.id + '/exportFolder';
|
||||
}
|
||||
|
||||
function showLinks(addressbook) {
|
||||
$mdDialog.show({
|
||||
parent: angular.element(document.body),
|
||||
|
||||
Reference in New Issue
Block a user