Removed tabs

This commit is contained in:
Loïc Chapeaux
2001-11-24 16:59:54 +00:00
parent ff161474b8
commit 72c3169b37
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {