Adding few seconds before internet check
This commit is contained in:
parent
6de9f4aabe
commit
885d67afd0
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user