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 /searcher | |
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 'searcher')
-rw-r--r-- | searcher/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searcher/index.html b/searcher/index.html index eb4937d..83abf53 100644 --- a/searcher/index.html +++ b/searcher/index.html @@ -12,7 +12,7 @@ <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="/lib/chips2.js" rel="preload" as="script"/> <link crossorigin href="script.js" rel="preload" as="script"/> <link crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/6.4.6/fuse.min.js" rel="preload" as="script"/> <link crossorigin href="/lib/chips.css" rel="preload" as="style"/> |