From 8f6fa73cb955b9955abc9c9847f1b44cac541794 Mon Sep 17 00:00:00 2001 From: alyx Date: Thu, 2 Jun 2022 20:58:28 +0000 Subject: Rebranded! --- searcher/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searcher/script.js') 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()); -- cgit v1.2.3-54-g00ecf