X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Fcomponents%2FConnectivityChecker.vue;h=d41c4437442e46256749f2230d1fa3755892ab5f;hb=c0044cc7653329044458fb233757b935893cd1a9;hp=a91a8098457710423df60d74cf676c1f23a25f0b;hpb=b9c5fcf085bed9c6100283133531b36bfbb06cf0;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/src/components/ConnectivityChecker.vue b/src/components/ConnectivityChecker.vue index a91a809..d41c443 100644 --- a/src/components/ConnectivityChecker.vue +++ b/src/components/ConnectivityChecker.vue @@ -2,7 +2,7 @@

- You're offline bro. + You're offline friend.

@@ -44,7 +44,7 @@ export default { that.offline = true; }) .finally(function () { - that.$emit("network:status-update", that.offline); + that.$emit("network-status-update", that.offline); }); }, },