diff --git a/www/js/util.js b/www/js/util.js index be08bddd..e9b3ea87 100644 --- a/www/js/util.js +++ b/www/js/util.js @@ -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();