mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 20:15:26 +00:00
Monotone-Parent: 90dcf7eaa4fa5c45bd56305ac6f63144ef5d7536
Monotone-Revision: 538aedd7d01174f61f329561b71c913f2c048a26 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-19T12:16:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1161,12 +1161,12 @@ function onDocumentKeydown(event) {
|
||||
function initContacts(event) {
|
||||
if ($(document.body).hasClassName("popup")) {
|
||||
configureSelectionButtons();
|
||||
} else {
|
||||
// Addressbook import form
|
||||
$("uploadCancel").observe("click", hideContactsImport);
|
||||
$("uploadOK").observe("click", hideImportResults);
|
||||
}
|
||||
|
||||
// Addressbook import form
|
||||
$("uploadCancel").observe("click", hideContactsImport);
|
||||
$("uploadOK").observe("click", hideImportResults);
|
||||
|
||||
if (Prototype.Browser.Gecko)
|
||||
Event.observe(document, "keypress", onDocumentKeydown); // for FF2
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user