X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fjs%2Fjs-surfbar_stopped.php;h=15bef47bf8a9194f40e2bddb960d20cbd1426b19;hb=2379934be6a196a54f4155bb8e24c49b20736969;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..15bef47bf8 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] ?>