diff --git a/js/controllers/MenuHandler.js b/js/controllers/MenuHandler.js index bdbb2096038..48a944d310a 100644 --- a/js/controllers/MenuHandler.js +++ b/js/controllers/MenuHandler.js @@ -53,15 +53,6 @@ function(e) { $(e.currentTarget).attr('aria-expanded', 'false'); }); - - // Prevent first touch on top-level menu items from following the link - this.getHtmlElement().find('[aria-haspopup="true"] > a').on( - 'touchstart', function(e) { - if ($(this).parent().attr('aria-expanded') != false) { - $(this).focus(); - e.preventDefault(); - } - }); }; $.pkp.classes.Helper.inherits( $.pkp.controllers.MenuHandler, $.pkp.classes.Handler); diff --git a/templates/common/header.tpl b/templates/common/header.tpl index 28f88273916..10c8984d10e 100644 --- a/templates/common/header.tpl +++ b/templates/common/header.tpl @@ -73,7 +73,7 @@ {if array_intersect(array(ROLE_ID_MANAGER), (array)$userRoles)}