]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7509: mouseover to pop controls from the entire User Controls bar
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 5 Mar 2015 19:59:27 +0000 (13:59 -0600)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:09 +0000 (12:47 -0500)
html5/verto/video_demo/verto.js

index a16c0eb4d049377047c0b031f55fad797e0fedf7..518c9176fefbe8f1aa770d0dfe8e2a7b454a2519 100644 (file)
@@ -1242,7 +1242,7 @@ $(document).ready(function() {
     $("#usrctl").show();
     $("#usr2").hide();
 
-    $("#usrctl").mouseover(function() {
+    $("#rows").mouseover(function() {
        $("#usr2").show();
     });