Koha/koha-tmpl/intranet-tmpl/prog/en/includes/popup-bottom.inc
Owen Leonard 8669dc1548 Bug 19608: (QA follow-up) Fix redirect on localization modal
This patch makes two minor corrections:

1. The item types localization modal redirect problem has been fixed by
   excluding the anti-clickjack code from executing in the footer.
2. The sidebar menu highlighting script has been modified to correctly
   handle the clone-rules page.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-12-26 12:52:33 -03:00

6 lines
184 B
HTML

[% IF ( footerjs ) %]
[% INCLUDE js_includes.inc popup=1 %]
[% jsinclude # Parse the page template's JavaScript block if necessary %]
[% END %]
</body>
</html>