aboutsummaryrefslogtreecommitdiffstats
path: root/searcher/script.js
diff options
context:
space:
mode:
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());