Load mmd.js lib for markdown parsing to stickyTab

This commit is contained in:
Matt Pass
2013-04-30 17:51:51 +01:00
parent 838d44bd5c
commit d886372f11

View File

@@ -40,6 +40,7 @@ window.onbeforeunload = function() {
}
</script>
<script language="JavaScript" src="lib/ice-coder.js"></script>
<script src="lib/mmd.js"></script>
<?php
if (file_exists(dirname(__FILE__)."/plugins/jshint/jshint.js")) {
echo '<script src="plugins/jshint/jshint.js"></script>';