mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-14 11:06:36 +00:00
FS-7509: mouseover to pop controls from the entire User Controls bar
This commit is contained in:
parent
916c348ee3
commit
6cb4de9957
@ -1242,7 +1242,7 @@ $(document).ready(function() {
|
|||||||
$("#usrctl").show();
|
$("#usrctl").show();
|
||||||
$("#usr2").hide();
|
$("#usr2").hide();
|
||||||
|
|
||||||
$("#usrctl").mouseover(function() {
|
$("#rows").mouseover(function() {
|
||||||
$("#usr2").show();
|
$("#usr2").show();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user