From 45cfe50a17028ab371af2dfa6b4a0ea423ea7992 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Delaune?= Date: Fri, 14 Nov 2014 08:48:54 +0100 Subject: [PATCH] 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. Signed-off-by: Tomas Cohen Arazi --- 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 596341acb8..f4c35c2eb4 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 %] -- 2.20.1