diff --git a/templates/macros.html b/templates/macros.html
index 1564dc366d56c14548fab270059af8860b61df0a..6da6fd18056214568e2214fc22d03a861bdf8994 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();
 				}
 			});
 		});