Bug 27796: (QA follow-up) Missing filters
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / installer-intranet-bottom.inc
1 [% USE raw %]
2 [% USE Asset %]
3         [% Asset.js("lib/jquery/jquery-2.2.3.min.js") | $raw %]
4         [% Asset.js("lib/jquery/jquery-migrate-1.3.0.min.js") | $raw %]
5         [% Asset.js("lib/jquery/jquery-ui-1.11.4.min.js") | $raw %]
6         [% Asset.js("lib/bootstrap/bootstrap.min.js") | $raw %]
7         [% Asset.js("lib/jquery/plugins/jquery.validate.min.js") | $raw %]
8         <!-- installer-intranet-bottom.inc -->
9         <script>
10             function _(s) { return s } // dummy function for gettext
11             [%# Prevent XFS attacks -%]
12             $(document).ready(function() {
13                if (self === top) {
14                    var antiClickjack = document.getElementById("antiClickjack");
15                    antiClickjack.parentNode.removeChild(antiClickjack);
16                } else {
17                    top.location = self.location;
18                }
19             });
20         </script>
21         <!-- / installer-intranet-bottom.inc -->
22         [% jsinclude | $raw # Parse the page template's JavaScript block if necessary %]
23     </body>
24 </html>