Correcting bug on config loading
This commit is contained in:
parent
0fb10c7599
commit
579ad72071
@ -46,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created: function() {
|
created: function() {
|
||||||
this.internet_check();
|
setTimeout(function () { this.internet_check(); }.bind(this), 1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user