Skip to content

Commit

Permalink
Merge pull request #12 from pakkographic/main
Browse files Browse the repository at this point in the history
Update scripts.js
  • Loading branch information
pakkographic authored Jun 8, 2024
2 parents ae61587 + cbbf0eb commit 0878e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function redirectToLink(url) {
export function redirectToLink(url) {
if (url) {
window.location.href = url;
} else {
Expand Down

0 comments on commit 0878e63

Please sign in to comment.