mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-27 06:15:26 +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:
@@ -15,7 +15,7 @@ var attendeesEmails;
|
||||
|
||||
function onContactKeydown(event) {
|
||||
if (event.keyCode == 9) {
|
||||
event.preventDefault();
|
||||
preventDefault(event);
|
||||
if (this.confirmedValue)
|
||||
this.value = this.confirmedValue;
|
||||
var row = this.parentNode.parentNode.nextSibling;
|
||||
@@ -333,7 +333,7 @@ function initializeWindowButtons() {
|
||||
}
|
||||
|
||||
function onEditorOkClick(event) {
|
||||
event.preventDefault();
|
||||
preventDefault(event);
|
||||
|
||||
attendeesNames = new Array();
|
||||
attendeesEmails = new Array();
|
||||
@@ -363,7 +363,7 @@ function onEditorOkClick(event) {
|
||||
}
|
||||
|
||||
function onEditorCancelClick(event) {
|
||||
event.preventDefault();
|
||||
preventDefault(event);
|
||||
window.close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user