Bug 22957: Remove type attribute from script tags: Staff client includes 1/2
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / datatables.inc
index eda776e..5138e7d 100644 (file)
@@ -7,8 +7,7 @@
 [% Asset.js("lib/jquery/plugins/jszip.min.js") | $raw %]
 [% Asset.js("lib/jquery/plugins/buttons.print.min.js") | $raw %]
 [% Asset.js("lib/jquery/plugins/buttons.html5.min.js") | $raw %]
-<script type="text/javascript">
-//<![CDATA[
+<script>
     var MSG_DT_FIRST = _("First");
     var MSG_DT_LAST = _("Last");
     var MSG_DT_NEXT = _("Next");
@@ -28,6 +27,5 @@
     var MSG_DT_COPY_KEYS = _("Press ctrl or ⌘ + C to copy the table data<br>to your system clipboard.<br><br>To cancel, click this message or press escape.");
     var MSG_DT_COPY_SUCCESS_ONE = _("Copied one row to clipboard");
     var MSG_DT_COPY_SUCCESS_X = _("Copied %d rows to clipboard");
-//]]>
 </script>
 [% Asset.js("js/datatables.js") | $raw %]