menu on click
authorcavaliet
Fri, 25 Oct 2013 16:29:48 +0200
changeset 38 c28831a74f93
parent 37 4239688886de
child 39 ab880baf9486
child 40 7cb7ed9fc83d
menu on click
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"){