Bug 7088: (follow-up) Remove script "type" attribute
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Wed, 30 Jan 2019 11:03:10 +0000 (11:03 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 9 May 2019 14:40:49 +0000 (14:40 +0000)
As per item 1 here:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7088#c24

Signed-off-by: Liz Rea <wizzyrea@gmail.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt

index 9d38670..3672300 100644 (file)
             });
         </script>
     [% END %]
-    <script type="text/javascript">
+    <script>
         $( document ).ready(function() {
             $("#renewonholdduedate").datetimepicker({
                 onClose: function(dateText, inst) {