X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js%2Fajax-test.js;h=fa0a3bbc5a9284a2efcbff91febffb78c92c3c4a;hb=7b595f2003d7201127d57bc4fa29d132409d604d;hp=8ec17a7f597aa19e6ac2bcbf17ccbd92a70b490e;hpb=e91b46ac59679cee1644aa6eb947b490b0ecd9ef;p=mailer.git diff --git a/js/ajax-test.js b/js/ajax-test.js index 8ec17a7f59..fa0a3bbc5a 100644 --- a/js/ajax-test.js +++ b/js/ajax-test.js @@ -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 - 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 +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