diff options
-rw-r--r-- | public/js/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/js/index.js b/public/js/index.js index cf19bf71a0..e76e993a1d 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -3283,6 +3283,8 @@ function initIssueList() { $(".menu a.label-filter-item").each(function() { $(this).click(function(e) { if (e.altKey) { + e.preventDefault(); + const href = $(this).attr("href"); const id = $(this).data("label-id"); |