mirror of https://github.com/calzoneman/sync.git
fix user dropdown
This commit is contained in:
parent
3da717adb9
commit
96cfe0070d
|
@ -321,6 +321,7 @@ function addUserDropdown(entry) {
|
|||
}
|
||||
});
|
||||
menu.show();
|
||||
menu.css("top", entry.position().top);
|
||||
} else {
|
||||
menu.hide();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue