mailer project continued:
[mailer.git] / templates / de / html / mailid / mailid_timer.tpl
index eaf77a7c88c19c0bb19bc69eb3e674289908284c..f61e3206597a09708b0991eb65e21966b78c58f2 100644 (file)
@@ -14,8 +14,8 @@ function startCounter() {
        timer--;
        document.confirm.counter.value = timer;
        if (timer == 0) {
-               document.location.href = '{%url,js=mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&do=confirm&code=$content[rand]%}';
                clearInterval(Counter);
+               document.location.href = '{%url,js=mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&do=confirm&code=$content[rand]%}';
        }
 }
 //-->