author | Alan Dipert
<alan@dipert.org> 2020-02-06 00:07:24 UTC |
committer | Alan Dipert
<alan@dipert.org> 2020-02-06 00:07:24 UTC |
parent | 183d28d86d3179a91e4590b0158a75915c43acf5 |
index.html | +1 | -2 |
diff --git a/index.html b/index.html index c6a4208..2e083ff 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,8 @@ } </style> <script src="qunit-2.9.2.js"></script> - <script src="multimethod.js"></script> <script src="jacl.js"></script> - <script src="jacl-tests.js"></script> + <!--<script src="jacl-tests.js"></script>--> <script type="application/lisp" src="boot.lisp"></script> <script type="application/lisp" src="jacl-tests.lisp"></script> </head>