X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js%2Fajax-test.js;h=c75eeba1d23ee9dd9a917cd25d3baf301a0ea0a7;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hp=2e06210044c87c1c2e09876eaa9b13aa758286a5;hpb=b0ed0547ba277e815ca38b3333b191149a88019c;p=mailer.git diff --git a/js/ajax-test.js b/js/ajax-test.js index 2e06210044..c75eeba1d2 100644 --- a/js/ajax-test.js +++ b/js/ajax-test.js @@ -37,13 +37,13 @@ var ajaxTest = null; // Countdown function function ajaxTestCounter () { - // Do we have element set? + // Is there element set? if (element != null) { // Yes, then set the new counter value element.innerHTML = counter; } // END - if - // Do we have reached zero? + // Is there reached zero? if (counter < 1) { // Clear the interval clearInterval(ajaxTest);