updated web support
This commit is contained in:
parent
442c9f1bc2
commit
84177f940e
|
@ -28,7 +28,6 @@
|
||||||
window.addEventListener('load', function (event) {
|
window.addEventListener('load', function (event) {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
console.log('test');
|
console.log('test');
|
||||||
window.open('https://google.com');
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue