updated web support

This commit is contained in:
Lorenzo Pichilli 2022-04-24 04:51:22 +02:00
parent 442c9f1bc2
commit 84177f940e
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
window.addEventListener('load', function (event) {
setTimeout(function () {
console.log('test');
window.open('https://google.com');
});
});
</script>