aboutsummaryrefslogtreecommitdiffstats
path: root/searcher/script.js
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2022-06-02 20:58:28 +0000
committerAleteoryx <alyx@aleteoryx.me>2022-06-02 20:58:28 +0000
commit8f6fa73cb955b9955abc9c9847f1b44cac541794 (patch)
tree3f586c5c319b03bfbaab88042fcf152d4fbc389d /searcher/script.js
parent128614a1fa9eaafed8b732775fbaf926e468b577 (diff)
downloadRRCUtils-8f6fa73cb955b9955abc9c9847f1b44cac541794.tar.gz
RRCUtils-8f6fa73cb955b9955abc9c9847f1b44cac541794.tar.bz2
RRCUtils-8f6fa73cb955b9955abc9c9847f1b44cac541794.zip
Rebranded!
Diffstat (limited to 'searcher/script.js')
-rw-r--r--searcher/script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searcher/script.js b/searcher/script.js
index e8ffec3..e452b5f 100644
--- a/searcher/script.js
+++ b/searcher/script.js
@@ -65,7 +65,7 @@ window.addEventListener("load", async (e) => {
form.filterSug.checked = localStorage.getItem("fsug");
}
- let v2pr = fetch(/*"https://raw.githubusercontent.com/tyleo-rec/CircuitsV2Resources/master/misc/circuitsv2.json"/*/"/circuitsv2.json")
+ let v2pr = fetch(/*"https://raw.githubusercontent.com/tyleo-rec/CircuitsV2Resources/master/misc/circuitsv2.json"/*/"/circuits.json")
.then(res => res.json());
let termspr = fetch("/terms.json")
.then(res => res.json());