From 89ec13aa568a587c4b7b7f120f00b555d7c56922 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 e24bfa0ef81..cb8c7c4d7ea 100755 --- a/opac/sco/help.pl +++ b/opac/sco/help.pl @@ -56,10 +56,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