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

@@ -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;
}