mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
umami - noTrack from filesystem
This commit is contained in:
parent
01caf798a6
commit
01cedd1552
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
(window => {
|
||||
const noTrack = window.localStorage.getItem("noTrack");
|
||||
const noTrack = !location.hostname || window.localStorage.getItem("noTrack");
|
||||
|
||||
const {
|
||||
screen: {width, height},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue