diff -r 4239688886de -r c28831a74f93 web/index.html --- a/web/index.html Fri Oct 25 16:27:22 2013 +0200 +++ b/web/index.html Fri Oct 25 16:29:48 2013 +0200 @@ -376,7 +376,9 @@ // on load $(function() { $(".videolink").click(function(e){ - playVideo($(this).attr("data-videoid"), $(this).attr('data-segid')); + playVideo($(this).attr("data-videoid"), $(this).attr('data-segid')); + $("#titles").hide(); + $("#userguide").hide(); }); $("#tabmat").click(function(e){ if($("#titles").css("display")=="none"){