]> git.mxchange.org Git - mailer.git/blobdiff - js/ajax-test.js
Added update_year.sh (still not fully flexible) and updated all years with it.
[mailer.git] / js / ajax-test.js
index c75eeba1d23ee9dd9a917cd25d3baf301a0ea0a7..80599e905e3d23e4af7d21f2acd5ba28e9ce4c8f 100644 (file)
@@ -1,13 +1,8 @@
-/*
+/**
  * JavaScript for testing the browser of AJAX-compatiblity
  * --------------------------------------------------------------------
- * $Revision::                                                        $
- * $Date::                                                            $
- * $Tag:: 0.2.1-FINAL                                                 $
- * $Author::                                                          $
- * --------------------------------------------------------------------
  * Copyright (c) 2003 - 2009 by Roland Haeder
- * Copyright (c) 2009 - 2012 by Mailer Developer Team
+ * Copyright (c) 2009 - 2015 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 +33,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