Skip to content

Commit 4c141ed

Browse files
committed
Update redirect.html
1 parent 60e169e commit 4c141ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redirect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128
title.innerText = url.get('text');
129129

130-
button.addEventListener(() => {
130+
button.addEventListener('click', () => {
131131
window.open(url.get('to'), '_blank');
132132
});
133133

0 commit comments

Comments
 (0)