Update descriptions.js
Adds a referrer to make analytics easier for me
This commit is contained in:
parent
2bc317948a
commit
0fa05dd9c0
|
|
@ -1,5 +1,9 @@
|
|||
console.log("descriptions.js: Loading vanilla descriptions...");
|
||||
fetch("https://sandboxels-mods.mollthecoder.repl.co/descriptions/vanilla.json")
|
||||
fetch("https://sandboxels-mods.mollthecoder.repl.co/descriptions/vanilla.json",
|
||||
{
|
||||
referrer: "https://sandboxels.r74n.com/mods/descriptions.js"
|
||||
}
|
||||
)
|
||||
.then(res=>{
|
||||
res.json().then(json=>{
|
||||
for(const element in json) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue