aboutsummaryrefslogtreecommitdiffstats
path: root/grapher/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/index.html')
-rw-r--r--grapher/index.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/grapher/index.html b/grapher/index.html
index 4a70153..b81b31b 100644
--- a/grapher/index.html
+++ b/grapher/index.html
@@ -10,17 +10,12 @@
<link crossorigin href="/oi.css" rel="stylesheet" type="text/css">
<link crossorigin href="style.css" rel="stylesheet" type="text/css" />
<link crossorigin href="/lib/chips.css" rel="stylesheet" type="text/css" />
-
- <link crossorigin href="/lib/util.js" rel="preload" as="script"/>
- <link crossorigin href="/lib/chips.js" rel="preload" as="script"/>
- <link crossorigin href="script.js" rel="preload" as="script"/>
- <link crossorigin href="/oi.css" rel="preload" as="style"/>
- <link crossorigin href="/lib/chips.css" rel="preload" as="style"/>
- <link crossorigin href="style.css" rel="preload" as="style"/>
+
<link crossorigin href="/circuits.json" rel="preload" as="fetch"/>
<link crossorigin href="https://raw.githubusercontent.com/tyleo-rec/CircuitsV2Resources/master/misc/circuitsv2.json" rel="preload" as="fetch"/>
<script crossorigin src="/lib/util.js"></script>
+ <script crossorigin src="/lib/types.js"></script>
<script crossorigin src="/lib/chips.js"></script>
<script crossorigin src="script.js"></script>
<noscript><style> #searcher, #graph, #canvas { display: none } </style></noscript>