Adding few seconds before internet check

This commit is contained in:
Félix Aime 2021-02-26 14:26:50 +01:00
parent 6de9f4aabe
commit 885d67afd0

View File

@ -46,7 +46,7 @@
} }
}, },
created: function() { created: function() {
setTimeout(function () { this.internet_check(); }.bind(this), 1000); setTimeout(function () { this.internet_check(); }.bind(this), 5000);
} }
} }
</script> </script>