|
@ -30,7 +30,7 @@ |
|
|
</span> |
|
|
</span> |
|
|
|
|
|
|
|
|
<span id="how"> |
|
|
<span id="how"> |
|
|
<a href="#" >how to use</a> | |
|
|
<a href="#" >how to use</a> |
|
|
</span> |
|
|
</span> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
@ -298,6 +298,10 @@ includeHTML(); |
|
|
$("#showbio").hide() |
|
|
$("#showbio").hide() |
|
|
$("#nothesis").hide() |
|
|
$("#nothesis").hide() |
|
|
$("#showvideo").hide() |
|
|
$("#showvideo").hide() |
|
|
|
|
|
$('iframe').each(function(index) { |
|
|
|
|
|
$(this).attr('src', $(this).attr('src')); |
|
|
|
|
|
return false; |
|
|
|
|
|
}); |
|
|
$("#closeall").hide() |
|
|
$("#closeall").hide() |
|
|
$("#showabout").hide() |
|
|
$("#showabout").hide() |
|
|
$("#showcolophon").hide() |
|
|
$("#showcolophon").hide() |
|
|