From 94868f61c4c395f8393d34862a99609247f6dd73 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 27 May 2013 15:56:28 +0200 Subject: [PATCH] Bug 9618: (follow-up) include link to jQuery only if needed The jQuery lib is useful only if js code is filled into the intranetuserjs pref. Signed-off-by: Campbell Reid-Tait Signed-off-by: Katrin Fischer To test: - Use Quick spine label creator - Make sure you have Javascript in your intranetuserjs system preference - Validate Javascript effect on screen or check source code to make sure your code is visible there. Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt index f028357487..b5b92560ee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt @@ -11,8 +11,8 @@ } [% IF ( IntranetUserCSS ) %][% END %] - [% IF ( intranetuserjs ) %] +