Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusatzimpler authored Oct 28, 2024
1 parent 257c877 commit fa0c730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open-swish.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script>
function load() {
setTimeout(() => {
window.top.location.href = 'swish://paymentrequest'
window.top.location = 'swish://paymentrequest'
}, 0);
}
</script>
Expand Down

0 comments on commit fa0c730

Please sign in to comment.