js/util.js: moved into js/ext/.

index.html: updates script URIs.
This commit is contained in:
Lucio Andrés Illanes Albornoz (arab, vxp) 2018-10-25 01:24:37 +02:00 committed by Lucio Andrés Illanes Albornoz
parent 735c016f94
commit 88f8efe56c
2 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
</script>
<script src="js/ext/oktween.js"></script>
<script src="js/util.js"></script>
<script src="js/ext/util.js"></script>
<script src="js/ext/unicode.js"></script>
<script src="js/ext/color.js"></script>
<script src="js/undo.js"></script>