mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 13:25:57 +00:00
Fixed an error when unsubscribing from an addressbook in a popup window in the web interface.
Monotone-Parent: a73f76eb898b4da5d09ab8b2ab40534bf749f3f4 Monotone-Revision: 1557ba13bc93ac186e2e592e204980df8a2a34c0 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-09-04T19:08:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -726,7 +726,8 @@ function onAddressBookRemove(event) {
|
||||
}
|
||||
else {
|
||||
var folderId = node.getAttribute("id");
|
||||
unsubscribeFromFolder(folderId, owner, onFolderUnsubscribeCB, folderId);
|
||||
var folderUrl = ApplicationBaseURL + folderId;
|
||||
unsubscribeFromFolder(folderUrl, owner, onFolderUnsubscribeCB, folderId);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user