something's fucky with window.parent.location
This commit is contained in:
parent
47a73cfa6c
commit
8bef1d0c99
@ -135,7 +135,8 @@ export default {
|
|||||||
// we _should_ be always running from an iframe in order to
|
// we _should_ be always running from an iframe in order to
|
||||||
// avoid fucking up CSS. This means rules of the game change
|
// avoid fucking up CSS. This means rules of the game change
|
||||||
// a wee tiny bit.
|
// a wee tiny bit.
|
||||||
site: window.parent.location.hostname,
|
// site: null,
|
||||||
|
site: window.location.hostname,
|
||||||
lastProbeTs: null,
|
lastProbeTs: null,
|
||||||
|
|
||||||
uiVisible: true,
|
uiVisible: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user