Skip to content

Commit fa0c730

Browse files
4
1 parent 257c877 commit fa0c730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open-swish.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script>
99
function load() {
1010
setTimeout(() => {
11-
window.top.location.href = 'swish://paymentrequest'
11+
window.top.location = 'swish://paymentrequest'
1212
}, 0);
1313
}
1414
</script>

0 commit comments

Comments
 (0)