diff options
author | alyx <alyx@aleteoryx.me> | 2022-06-08 22:02:16 +0000 |
---|---|---|
committer | Aleteoryx <alyx@aleteoryx.me> | 2022-06-08 22:02:16 +0000 |
commit | 0490ebfefc2fb9383f8ff3a3302af2842e928377 (patch) | |
tree | 1807580dda9a4d833327741ac601e931d5fc6434 /grapher | |
parent | d286258f7c05b1a98f9a9aea388690a85246fd87 (diff) | |
download | RRCUtils-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')
-rw-r--r-- | grapher/index.html | 2 |
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> |