mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Revert "Maybe fix empty online/offline bug"
This reverts commit 65e5e95417.
This commit is contained in:
+1
-7
@@ -5631,13 +5631,7 @@ speechSynthesis.getVoices();
|
|||||||
}
|
}
|
||||||
var location = '';
|
var location = '';
|
||||||
var $location_at = '';
|
var $location_at = '';
|
||||||
if ((typeof ctx.ref !== 'undefined') &&
|
if ((typeof ref !== 'undefined') &&
|
||||||
(typeof ctx.ref.location !== 'undefined')) {
|
|
||||||
var { location, $location_at } = ctx.ref;
|
|
||||||
}
|
|
||||||
if (((location === '') ||
|
|
||||||
(location === 'offline')) &&
|
|
||||||
(typeof ref !== 'undefined') &&
|
|
||||||
(typeof ref.location !== 'undefined')) {
|
(typeof ref.location !== 'undefined')) {
|
||||||
var { location, $location_at } = ref;
|
var { location, $location_at } = ref;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user