push
This commit is contained in:
parent
853b20b6d4
commit
82034913bd
|
@ -144,6 +144,7 @@
|
|||
<script src="https://cdn.bootcss.com/ace/1.4.2/ace.js"></script>
|
||||
<script type="text/javascript">
|
||||
var editor = ace.edit("editor");
|
||||
var error_empty = <?php echo empty($error); ?>;
|
||||
editor.setTheme("ace/theme/monokai");
|
||||
editor.session.setMode("ace/mode/json");
|
||||
editor.on('change', function (e) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user