Bug 15496: (QA follow-up) remove text/javascript
authorLiz Rea <wizzyrea@gmail.com>
Mon, 15 Apr 2019 17:55:04 +0000 (17:55 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 26 Apr 2019 12:06:49 +0000 (12:06 +0000)
Make the QA tool happy for html5

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

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

koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt

index cc163c0..29e6499 100644 (file)
 </div>
 
 [% MACRO jsinclude BLOCK %]
-    <script type="text/javascript">
+    <script>
         $("#delete-biblio-btn").on("click", function(){
             if ( confirm(_("Are you sure you want to delete this record?")) ) {
                 let btn = $(this);