# HG changeset patch # User cavaliet # Date 1382711388 -7200 # Node ID c28831a74f932f69a0d3a25a5b6872fd1991496c # Parent 4239688886de6e6f78a9b10d0f8e058773414df1 menu on click 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"){