X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fjs%2Fjs-surfbar_stopped.php;h=91ac6e25f816c014086a64d1d6c8814756d734e5;hb=541036af17736c5b61b2b4b54fe1a75b57b94d40;hp=ba2ef1eeac94f67c8544901bd67568f3845278a7;hpb=cb20090aa0558f1b74f0e9f925f29819e8bb3a45;p=mailer.git diff --git a/inc/js/js-surfbar_stopped.php b/inc/js/js-surfbar_stopped.php index ba2ef1eeac..91ac6e25f8 100644 --- a/inc/js/js-surfbar_stopped.php +++ b/inc/js/js-surfbar_stopped.php @@ -44,14 +44,8 @@ if (!defined('__SECURITY')) { return; } -// Prepare content -$content = array( - 'restart' => bigintval(getRequestParameter('restart')), - 'autostart' => getRequestParameter('autostart') -); - // Load template -loadTemplate('js_surfbar_stopped', false, $content); +loadTemplate('js_surfbar_stopped'); // [EOF] ?>