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 /types.html | |
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 'types.html')
-rw-r--r-- | types.html | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,8 +6,7 @@ <title>Document</title> <script src="/lib/util.js"></script> - <script src="/lib/types.js"></script> - <script src="/lib/chips.js"></script> + <script src="/lib/chips2.js"></script> <link href="/lib/chips.css" rel="stylesheet"></link> <style> |