dep fix
This commit is contained in:
parent
361c75c6f7
commit
e798a18599
2 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ if ( !Cookies.get('nfcexplorer') ) {
|
|||
Cookies.set('nfcexplorer', generateUUID())
|
||||
}
|
||||
|
||||
cat = document.querySelector('meta[data-category]').content
|
||||
const ua = String(platform.os);
|
||||
const cat = document.querySelector('meta[data-category]').content
|
||||
|
||||
fetch('https://nmns.place/track?' + new URLSearchParams({
|
||||
hash: Cookies.get('nfcexplorer'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue