added timeout
parent
7510452736
commit
e0a57f5892
|
@ -4,6 +4,9 @@
|
||||||
<script>
|
<script>
|
||||||
const xhr = new XMLHttpRequest(); xhr.open("GET",
|
const xhr = new XMLHttpRequest(); xhr.open("GET",
|
||||||
"https://kkqrcode.ex.umbach.dev/a", true); xhr.send(); window.location.href =
|
"https://kkqrcode.ex.umbach.dev/a", true); xhr.send(); window.location.href =
|
||||||
|
|
||||||
|
setTimeout(function(){
|
||||||
window.location.protocol + "//" + window.location.host;
|
window.location.protocol + "//" + window.location.host;
|
||||||
|
}, 1000);
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue