From 3a09ad935db03fa07e84a6a0dfd0b5366dd592dc Mon Sep 17 00:00:00 2001 From: Andreas <andreasv@fsmpi.rwth-aachen.de> Date: Mon, 8 May 2017 13:25:24 +0200 Subject: [PATCH] more modal --- templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.html b/templates/macros.html index 1564dc3..6da6fd1 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -106,7 +106,7 @@ $(function() { {% endfor %} videojs("videoplayer").on('play', function() { for (var i=0; i < modals.length; i++) { - modals[i].close(); + //modals[i].close(); } }); }); -- GitLab