]> git.mxchange.org Git - mailer.git/blobdiff - js/ajax-test.js
Removed @deprecated from CSS inline/PHP output
[mailer.git] / js / ajax-test.js
index 8ec17a7f597aa19e6ac2bcbf17ccbd92a70b490e..478b13d431f1c80f8734c18ec27bc9f9d0ea1651 100644 (file)
@@ -7,7 +7,7 @@
  * $Author::                                                          $
  * --------------------------------------------------------------------
  * Copyright (c) 2003 - 2009 by Roland Haeder
- * Copyright (c) 2009 - 2012 by Mailer Developer Team
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team
  * For more information visit: http://mxchange.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -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