diff --git a/tms/templates/tapes/main_tapes.html.twig b/tms/templates/tapes/main_tapes.html.twig
index 05046ce2b7098edc6687b40e037877bc5e09bf34..b4495cb9762e660a1f4b7c7b93c89b55f9ab0645 100644
--- a/tms/templates/tapes/main_tapes.html.twig
+++ b/tms/templates/tapes/main_tapes.html.twig
@@ -262,7 +262,7 @@
 
                 }
             })
-        })
+        });
 
         $('#tableTapes').on( 'processing.dt', function ( e, settings, processing ) {
             $('#loadertable').css( 'display', processing ? 'block' : 'none' );