From 66153e3be1f905362cbdad67e3439483c6cd5d83 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Thu, 25 Aug 2022 23:36:37 +1200 Subject: [PATCH] Revert fix --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index f706182c..918eadee 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -13240,7 +13240,7 @@ speechSynthesis.getVoices(); if (!D.visible) { return; } - var L = API.parseLocation(D.$location.tag); + var L = API.parseLocation(D.ref.$location.tag); if (L.tag !== this.lastLocation.location && updateInstanceOccupants) { this.userDialog.instance.occupants = 0; if (this.isRealInstance(L.tag)) {