Removed tabs
This commit is contained in:
@@ -240,7 +240,7 @@ function checkFormElementInRange(theForm, theFieldName, min, max)
|
|||||||
*/
|
*/
|
||||||
function checkTransmitDump(theForm, theAction)
|
function checkTransmitDump(theForm, theAction)
|
||||||
{
|
{
|
||||||
var formElts = theForm.elements;
|
var formElts = theForm.elements;
|
||||||
|
|
||||||
// 'zipped' option has been checked
|
// 'zipped' option has been checked
|
||||||
if (theAction == 'zip' && formElts['zip'].checked) {
|
if (theAction == 'zip' && formElts['zip'].checked) {
|
||||||
|
@@ -54,7 +54,7 @@ function checkFormElementInRange(theForm, theFieldName, min, max)
|
|||||||
*/
|
*/
|
||||||
function checkIndexName()
|
function checkIndexName()
|
||||||
{
|
{
|
||||||
if (typeof(document.forms['index_frm']) == 'undefined') {
|
if (typeof(document.forms['index_frm']) == 'undefined') {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user