debug
This commit is contained in:
parent
2dbfc6ee0b
commit
0e75bdd220
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ if ( !Cookies.get('nfcexplorer') ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const ua = String(platform.os);
|
const ua = String(platform.os);
|
||||||
const cat = document.querySelector('meta[data-category]').content
|
const cat = document.querySelector('meta[data-category]').getAttribute("data-category");
|
||||||
|
|
||||||
fetch('https://nmns.place/track?' + new URLSearchParams({
|
fetch('https://nmns.place/track?' + new URLSearchParams({
|
||||||
hash: Cookies.get('nfcexplorer'),
|
hash: Cookies.get('nfcexplorer'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue