From 9bf48b26b6a7cee6533734cd4cf46c53f08bdb60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Delaune?= Date: Thu, 13 Nov 2014 14:52:01 +0100 Subject: [PATCH] Bug 13247:move opacuserjs at the end of opac-bottom.inc This patch makes opacuserjs compatible with monitoring tools like Piwik --- koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 6 +++++- 1 file changed, 5 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..642c539 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,10 @@ $.widget.bridge('uitooltip', $.ui.tooltip); [% END # / IF persona %] [% PROCESS jsinclude %] + -- 1.9.1