From: Anthony Minessale Date: Thu, 5 Mar 2015 19:59:27 +0000 (-0600) Subject: FS-7509: mouseover to pop controls from the entire User Controls bar X-Git-Tag: v1.6.2~614^2~295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb4de995742b12804b4fa6c5c226f1aa1b50c60;p=thirdparty%2Ffreeswitch.git FS-7509: mouseover to pop controls from the entire User Controls bar --- 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(); });