summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index c65ecd5..7f07c6d 100644
--- a/index.html
+++ b/index.html
@@ -45,7 +45,7 @@
<input type="radio" name="import_format" id="import_mirc"><label for="import_mirc">mirc</label>
</span>
<span id="import_buttons">
- <button id="import_button">import ascii</button>
+ <button id="import_button">import colorcode</button>
<button id="import_html">import sally</button>
</span>
<button id="export_button">export</button><br>
@@ -71,6 +71,7 @@
</script>
<script src="js/util.js"></script>
<script src="js/color.js"></script>
+<script src="js/parse.js"></script>
<script src="js/clipboard.js"></script>
<script src="js/lex.js"></script>