From f74017c93140dbf420b4ace77cd4a21cef8369a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Delaune?= Date: Fri, 14 Nov 2014 08:48:54 +0100 Subject: [PATCH] [PASSED QA] Bug 13247 - Move opacuserjs at the end of opac-bottom.inc This patch makes opacuserjs compatible with tracking tools like Piwik Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Small change to enable use of opacuserjs for statistical tools like Piwik by moving it right above . Works as described. --- koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc index 596341a..f4c35c2 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ -145,7 +145,6 @@ $.widget.bridge('uitooltip', $.ui.tooltip); verify_images(); }); [% END %] - [% IF ( opacuserjs ) %][% opacuserjs %][% END %] //]]> @@ -238,5 +237,12 @@ $.widget.bridge('uitooltip', $.ui.tooltip); [% END # / IF persona %] [% PROCESS jsinclude %] +[% IF ( opacuserjs ) %] + +[% END %] -- 1.9.1