mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Minor JavaScript fix for IE.
Monotone-Parent: b1ea0d736707434b04f76ed55eef522e5ffdb9cf Monotone-Revision: f1873ff9d9da1ea76b1cc20194500121395959e8 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-05-04T17:24:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -10,10 +10,12 @@ function initializeWindowButtons() {
|
||||
|
||||
|
||||
function initializeFormValues() {
|
||||
$("quantityField").value = parent$("reminderQuantity").value;
|
||||
if (parent$("reminderUnit").value.length > 0) {
|
||||
$("quantityField").value = parent$("reminderQuantity").value;
|
||||
$("unitsList").value = parent$("reminderUnit").value;
|
||||
$("relationsList").value = parent$("reminderRelation").value;
|
||||
$("referencesList").value = parent$("reminderReference").value;
|
||||
}
|
||||
}
|
||||
|
||||
function onEditorOkClick(event) {
|
||||
|
||||
Reference in New Issue
Block a user