Bug 22957: Remove type attribute from script tags: Staff client includes 1/2
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / greybox.inc
1 [% USE raw %]
2 [% USE Asset %]
3 <script>
4     var GB_ROOT_DIR = "[% interface | html %]/lib/greybox/";
5 </script>
6 [% Asset.js("lib/greybox/AJS.js") | $raw %]
7 [% Asset.js("lib/greybox/AJS_fx.js") | $raw %]
8 [% Asset.js("lib/greybox/gb_scripts.js") | $raw %]
9 [% Asset.css("lib/greybox/gb_styles.css") | $raw %]