Bug 15496: (QA follow-up) remove text/javascript
[koha.git] / 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);