]> git.mxchange.org Git - mailer.git/blobdiff - js/ajax-test.js
Wrong array used
[mailer.git] / js / ajax-test.js
index c75eeba1d23ee9dd9a917cd25d3baf301a0ea0a7..5d4452c1b71ddd87169b48a321cd47ce9a5fdfb6 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/**
  * JavaScript for testing the browser of AJAX-compatiblity
  * --------------------------------------------------------------------
  * $Revision::                                                        $
@@ -38,7 +38,7 @@ var ajaxTest = null;
 // Countdown function
 function ajaxTestCounter () {
        // Is there element set?
-       if (element != null) {
+       if (element !== null) {
                // Yes, then set the new counter value
                element.innerHTML = counter;
        } // END - if