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

Fixed error

Former-commit-id: d1b5071a688b93c8084c4c13b8d358680082b587 [formerly 75f7d12336314bd5e2d26ccf072afec6d237f270] [formerly aa0226e04882d1a58d882e0618b90dc68821e5ee [formerly f170ff34b8]]
Former-commit-id: 46532ad247cb1a5aa25bd52f827d2065590ed750 [formerly 16fe2a2c9d8126e41f8eced9475aefc8ae1dbbd2]
Former-commit-id: 6e944c9d0530e942dc6633c75c5b605d0749166c
This commit is contained in:
root 2016-03-28 21:19:30 -04:00
parent b613c3e83a
commit 207a639563

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
});