mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-10 14:21:51 +00:00
FS-7509: mouseover to pop controls from the entire User Controls bar
This commit is contained in:
@@ -1242,7 +1242,7 @@ $(document).ready(function() {
|
||||
$("#usrctl").show();
|
||||
$("#usr2").hide();
|
||||
|
||||
$("#usrctl").mouseover(function() {
|
||||
$("#rows").mouseover(function() {
|
||||
$("#usr2").show();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user