1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-03 17:30:37 +00:00

FS-7509: mouseover to pop controls from the entire User Controls bar

This commit is contained in:
Anthony Minessale 2015-03-05 13:59:27 -06:00 committed by Michael Jerris
parent 916c348ee3
commit 6cb4de9957

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