Skip to content

Commit 9650b4d

Browse files
committed
Update link.js
1 parent 6da3ac2 commit 9650b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const html = `
113113
const resp = decodeLink(link);
114114
115115
// redirect to decoded URL
116-
window.location.href = resp;
116+
//window.location.href = resp;
117117
118118
} else {
119119

0 commit comments

Comments
 (0)