X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js%2Fajax-test.js;h=5d4452c1b71ddd87169b48a321cd47ce9a5fdfb6;hb=d537c9f6acdd0794c824777c765fab579ba88270;hp=c75eeba1d23ee9dd9a917cd25d3baf301a0ea0a7;hpb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;p=mailer.git diff --git a/js/ajax-test.js b/js/ajax-test.js index c75eeba1d2..5d4452c1b7 100644 --- a/js/ajax-test.js +++ b/js/ajax-test.js @@ -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