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

View File

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