From 72c3169b37ee540334445181e0c1ec2fc789310c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 24 Nov 2001 16:59:54 +0000 Subject: [PATCH] Removed tabs --- libraries/functions.js | 2 +- libraries/indexes.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/functions.js b/libraries/functions.js index 49e64298d..b67da9519 100644 --- a/libraries/functions.js +++ b/libraries/functions.js @@ -240,7 +240,7 @@ function checkFormElementInRange(theForm, theFieldName, min, max) */ function checkTransmitDump(theForm, theAction) { - var formElts = theForm.elements; + var formElts = theForm.elements; // 'zipped' option has been checked if (theAction == 'zip' && formElts['zip'].checked) { diff --git a/libraries/indexes.js b/libraries/indexes.js index 8b0a7aad3..6b02e5f39 100644 --- a/libraries/indexes.js +++ b/libraries/indexes.js @@ -54,7 +54,7 @@ function checkFormElementInRange(theForm, theFieldName, min, max) */ function checkIndexName() { - if (typeof(document.forms['index_frm']) == 'undefined') { + if (typeof(document.forms['index_frm']) == 'undefined') { return false; }