aboutsummaryrefslogtreecommitdiffstats
path: root/grapher/index.html
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2022-06-08 22:02:16 +0000
committerAleteoryx <alyx@aleteoryx.me>2022-06-08 22:02:16 +0000
commit0490ebfefc2fb9383f8ff3a3302af2842e928377 (patch)
tree1807580dda9a4d833327741ac601e931d5fc6434 /grapher/index.html
parentd286258f7c05b1a98f9a9aea388690a85246fd87 (diff)
downloadRRCUtils-0490ebfefc2fb9383f8ff3a3302af2842e928377.tar.gz
RRCUtils-0490ebfefc2fb9383f8ff3a3302af2842e928377.tar.bz2
RRCUtils-0490ebfefc2fb9383f8ff3a3302af2842e928377.zip
moved types.js to chips2.js, added a basic copy of the old logic, written with the new type parser
Diffstat (limited to 'grapher/index.html')
-rw-r--r--grapher/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/index.html b/grapher/index.html
index b81b31b..23144e6 100644
--- a/grapher/index.html
+++ b/grapher/index.html
@@ -16,7 +16,7 @@
<script crossorigin src="/lib/util.js"></script>
<script crossorigin src="/lib/types.js"></script>
- <script crossorigin src="/lib/chips.js"></script>
+ <script crossorigin src="/lib/chips2.js"></script>
<script crossorigin src="script.js"></script>
<noscript><style> #searcher, #graph, #canvas { display: none } </style></noscript>
</head>