From 0ad7964bdb1d122aa9a2288d5f10de09b6cb5a16 Mon Sep 17 00:00:00 2001
From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com>
Date: Wed, 30 Jan 2019 11:03:10 +0000
Subject: [PATCH] Bug 7088: (follow-up) Remove script "type" attribute

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>
---
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt
index 9d386702a6..3672300aa2 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt
@@ -203,7 +203,7 @@
             });
         </script>
     [% END %]
-    <script type="text/javascript">
+    <script>
         $( document ).ready(function() {
             $("#renewonholdduedate").datetimepicker({
                 onClose: function(dateText, inst) {
-- 
2.11.0