Surfbar fixed, more fixes in core, templates fixed
[mailer.git] / templates / de / html / surfbar / surfbar_frame_top.tpl
index 8038a14cadd969f06c672038758d8db8697bdafe..e85e74463850d1bfd81f851419f4d34738038082 100644 (file)
@@ -32,6 +32,10 @@ function Confirm() {
        parent.surfbar_url.location="{!URL!}/surfbar.php?id=$content[id]&check=$content[check]&salt=$content[salt]";
 }
 
+function ReloadThis() {
+       this.location.reload();
+}
+
 function StartCounter() {
        if (currCounter < 1) {
                return false;
@@ -43,7 +47,7 @@ function StartCounter() {
        if (currCounter == 0) {
                clearInterval(countDown);
                Confirm();
-               this.location.reload();
+               window.setTimeout("ReloadThis()", 500);
        }
 }