mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-31 03:07:17 +00:00
Monotone-Parent: 1b12beb00e557f3ecfec3bb87a586b501981fced
Monotone-Revision: 4d602a103e8374d8aced65e9979231733ede20b2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-19T19:17:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -994,14 +994,6 @@ function onLinkBannerClick() {
|
||||
checkAjaxRequestsState();
|
||||
}
|
||||
|
||||
function onRightsAdministrationClick(event) {
|
||||
var url = ApplicationBaseURL;
|
||||
if (!url)
|
||||
url = UserFolderURL;
|
||||
openAclWindow(url+ "/acls");
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
function configureLinkBanner() {
|
||||
var linkBanner = $("linkBanner");
|
||||
if (linkBanner) {
|
||||
@@ -1011,9 +1003,8 @@ function configureLinkBanner() {
|
||||
false);
|
||||
anchors[i].addEventListener("click", onLinkBannerClick, false);
|
||||
}
|
||||
anchors[4].addEventListener("click", onRightsAdministrationClick, false);
|
||||
if (anchors.length > 6)
|
||||
anchors[6].addEventListener("click", toggleLogConsole, true);
|
||||
if (anchors.length > 5)
|
||||
anchors[5].addEventListener("click", toggleLogConsole, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user