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:
parent
b613c3e83a
commit
207a639563
@ -300,7 +300,7 @@
|
|||||||
<script>
|
<script>
|
||||||
var editor = CodeMirror.fromTextArea(document.getElementById("emit_data"), {
|
var editor = CodeMirror.fromTextArea(document.getElementById("emit_data"), {
|
||||||
lineNumbers: true,
|
lineNumbers: true,
|
||||||
mode: "javascript",
|
mode: "{{ .CodeType }}",
|
||||||
matchBrackets: true,
|
matchBrackets: true,
|
||||||
viewportMargin: Infinity
|
viewportMargin: Infinity
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user