Chrome shiftclick workaround requested by Xaekai

This commit is contained in:
calzoneman 2014-08-27 18:49:00 -05:00
parent 7b00ba10b9
commit 2a8b94e26a
1 changed files with 2 additions and 0 deletions

View File

@ -307,6 +307,8 @@ function addUserDropdown(entry) {
}
var showdd = function(ev) {
// Workaround for Chrome
if (ev.shiftKey) return true;
ev.preventDefault();
if(menu.css("display") == "none") {
$(".user-dropdown").hide();