1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Fixed error

This commit is contained in:
root 2016-03-28 21:19:30 -04:00
parent 6d38da9c02
commit f170ff34b8

View File

@ -300,7 +300,7 @@
<script>
var editor = CodeMirror.fromTextArea(document.getElementById("emit_data"), {
lineNumbers: true,
mode: "javascript",
mode: "{{ .CodeType }}",
matchBrackets: true,
viewportMargin: Infinity
});