mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-17 01:15:24 +00:00
Monotone-Parent: dacf207e0fa21cda9cc795c449e369f77d6a5d28
Monotone-Revision: e87972fe209b67f7da40295c3cdd16ec15db5093 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-28T18:29:59 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -53,7 +53,7 @@ function saveAcls() {
|
||||
function onUserAdd(event) {
|
||||
openUserFolderSelector(null, "user");
|
||||
|
||||
event.preventDefault();
|
||||
preventDefault(event);
|
||||
}
|
||||
|
||||
function removeUserCallback(http) {
|
||||
@@ -79,7 +79,7 @@ function onUserRemove(event) {
|
||||
var userId = nodes[i].getAttribute("id");
|
||||
triggerAjaxRequest(baseURL + userId, removeUserCallback, nodes[i]);
|
||||
}
|
||||
event.preventDefault();
|
||||
preventDefault(event);
|
||||
}
|
||||
|
||||
function subscribeToFolder(refreshCallback, refreshCallbackData) {
|
||||
@@ -109,12 +109,12 @@ function openRightsForUser(button) {
|
||||
|
||||
function openRightsForDefaultUser(event) {
|
||||
openRightsForUserID(defaultUserID);
|
||||
event.preventDefault();
|
||||
preventDefault(event);
|
||||
}
|
||||
|
||||
function onOpenUserRights(event) {
|
||||
openRightsForUser();
|
||||
event.preventDefault();
|
||||
preventDefault(event);
|
||||
}
|
||||
|
||||
function onAclLoadHandler() {
|
||||
|
||||
Reference in New Issue
Block a user