fixed issue with closeall video
This commit is contained in:
parent
614f40c072
commit
9b76948380
@ -30,7 +30,7 @@
|
||||
</span>
|
||||
|
||||
<span id="how">
|
||||
<a href="#" >how to use</a> |
|
||||
<a href="#" >how to use</a>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user