X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fjs%2Fjs-surfbar_stopped.php;h=91ac6e25f816c014086a64d1d6c8814756d734e5;hb=61f8fd5807163143e88d19c5fc4208ccffb6e774;hp=69c25416f8a5528dab7fc04967c5b396f77f4f7d;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/js/js-surfbar_stopped.php b/inc/js/js-surfbar_stopped.php index 69c25416f8..91ac6e25f8 100644 --- a/inc/js/js-surfbar_stopped.php +++ b/inc/js/js-surfbar_stopped.php @@ -1,7 +1,7 @@ bigintval(getRequestElement('restart')), - 'autostart' => getRequestElement('autostart') -); +} elseif (!isExtensionActive('surfbar')) { + return; +} // Load template -loadTemplate('js_surfbar_stopped', false, $content); +loadTemplate('js_surfbar_stopped'); // [EOF] ?>