summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authortimb <opuscule@gmail.com>2015-04-16 10:28:33 -0700
committertimb <opuscule@gmail.com>2015-04-16 10:28:33 -0700
commitcc4fb936a8d95b78ff71548d7b6919fedec0dc16 (patch)
tree412db88ae9a909cbc9b66ab13fec130d5b3d60af /index.html
parente56f2ca44bdbf620b36829886399891f83cf3624 (diff)
import mirc/irssi colorcodes
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>