mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51: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 => {
|
(window => {
|
||||||
const noTrack = window.localStorage.getItem("noTrack");
|
const noTrack = !location.hostname || window.localStorage.getItem("noTrack");
|
||||||
|
|
||||||
const {
|
const {
|
||||||
screen: {width, height},
|
screen: {width, height},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue