From b98dd4ab212e9aa2e3cd771c5752225942352080 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 24 Feb 2021 09:33:23 +1300 Subject: [PATCH] Bug 21266: (follow-up) Remove unnecessary vars passed to template --- opac/sco/help.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/opac/sco/help.pl b/opac/sco/help.pl index 22fb99a2d0..704a390e59 100755 --- a/opac/sco/help.pl +++ b/opac/sco/help.pl @@ -58,10 +58,5 @@ if (C4::Context->preference('SelfCheckHelpMessage')) { $template->param(SelfCheckHelpMessage => C4::Context->preference('SelfCheckHelpMessage')); } -$template->param( - SCOUserJS => C4::Context->preference('SCOUserJS'), - SCOUserCSS => C4::Context->preference('SCOUserCSS'), -); - output_html_with_http_headers $query, $cookie, $template->output; -- 2.11.0