fix user dropdown

This commit is contained in:
calzoneman 2014-02-28 00:23:41 -06:00
parent 3da717adb9
commit 96cfe0070d
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ function addUserDropdown(entry) {
}
});
menu.show();
menu.css("top", entry.position().top);
} else {
menu.hide();
}