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…
Reference in New Issue