something's fucky with window.parent.location

This commit is contained in:
Tamius Han 2022-03-20 20:56:29 +01:00
parent 47a73cfa6c
commit 8bef1d0c99

View File

@ -135,7 +135,8 @@ export default {
// we _should_ be always running from an iframe in order to
// avoid fucking up CSS. This means rules of the game change
// a wee tiny bit.
site: window.parent.location.hostname,
// site: null,
site: window.location.hostname,
lastProbeTs: null,
uiVisible: true,