From 30ce9f21c36e88a7ac095758cb1dc0124bf103ec Mon Sep 17 00:00:00 2001
From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr>
Date: Mon, 6 Apr 2020 14:58:03 +0200
Subject: [PATCH] Modif end for prod

---
 tms/templates/tapes/main_tapes.html.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tms/templates/tapes/main_tapes.html.twig b/tms/templates/tapes/main_tapes.html.twig
index 05046ce2..b4495cb9 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' );
-- 
GitLab