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()