From 9b76948380cec22a4a4b0b5796d7a2978624ca8a Mon Sep 17 00:00:00 2001 From: nglk Date: Thu, 4 Mar 2021 12:54:42 +0100 Subject: [PATCH] fixed issue with closeall video --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6aa901a..5ccd845 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ - how to use | + how to use @@ -298,6 +298,10 @@ includeHTML(); $("#showbio").hide() $("#nothesis").hide() $("#showvideo").hide() + $('iframe').each(function(index) { + $(this).attr('src', $(this).attr('src')); + return false; + }); $("#closeall").hide() $("#showabout").hide() $("#showcolophon").hide()