Correcting bug on config loading

This commit is contained in:
Félix Aime 2021-02-15 15:53:17 +01:00
parent 0fb10c7599
commit 579ad72071

View File

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