mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Fixed error
This commit is contained in:
parent
6d38da9c02
commit
f170ff34b8
@ -300,7 +300,7 @@
|
||||
<script>
|
||||
var editor = CodeMirror.fromTextArea(document.getElementById("emit_data"), {
|
||||
lineNumbers: true,
|
||||
mode: "javascript",
|
||||
mode: "{{ .CodeType }}",
|
||||
matchBrackets: true,
|
||||
viewportMargin: Infinity
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user