We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1aa25 commit 7c82a53Copy full SHA for 7c82a53
belfius.html
@@ -1,6 +1,6 @@
1
<!doctype html>
2
<html class="no-js" lang="">
3
- <head>
4
- <meta http-equiv="refresh" content="0; URL=bdm://www.belfius.be?appkey=transfer" />
5
- </head>
+ <script type="text/javascript">
+ document.location.href = 'bdm://www.belfius.be' + document.location.search+"&appkey=transfer";
+ </script>
6
</html>
0 commit comments