Skip to content

Commit c34e58f

Browse files
jaqrazeripath
jaqra
authored andcommitted
Prevent chrome download page with alt + click (#8669)
1 parent 560a511 commit c34e58f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/js/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3283,6 +3283,8 @@ function initIssueList() {
32833283
$(".menu a.label-filter-item").each(function() {
32843284
$(this).click(function(e) {
32853285
if (e.altKey) {
3286+
e.preventDefault();
3287+
32863288
const href = $(this).attr("href");
32873289
const id = $(this).data("label-id");
32883290

0 commit comments

Comments
 (0)