]> git.mxchange.org Git - mailer.git/blobdiff - js/ajax-test.js
Code style changed, ext-user continued:
[mailer.git] / js / ajax-test.js
index 2e06210044c87c1c2e09876eaa9b13aa758286a5..c75eeba1d23ee9dd9a917cd25d3baf301a0ea0a7 100644 (file)
@@ -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);