diff --git a/html5/verto/video_demo/verto.js b/html5/verto/video_demo/verto.js index a16c0eb4d0..518c9176fe 100644 --- a/html5/verto/video_demo/verto.js +++ b/html5/verto/video_demo/verto.js @@ -1242,7 +1242,7 @@ $(document).ready(function() { $("#usrctl").show(); $("#usr2").hide(); - $("#usrctl").mouseover(function() { + $("#rows").mouseover(function() { $("#usr2").show(); });