From 6cb4de995742b12804b4fa6c5c226f1aa1b50c60 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 5 Mar 2015 13:59:27 -0600 Subject: [PATCH] FS-7509: mouseover to pop controls from the entire User Controls bar --- html5/verto/video_demo/verto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });