mirror of https://github.com/calzoneman/sync.git
Chrome shiftclick workaround requested by Xaekai
This commit is contained in:
parent
7b00ba10b9
commit
2a8b94e26a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue