Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -153,7 +153,7 @@ |
| 153 | 153 | enableBasicAutocompletion: true, |
| 154 | 154 | enableLiveAutocompletion: true, |
| 155 | 155 | }); |
| 156 | - aceEditor.value.setValue(); | |
| 156 | + // aceEditor.value.setValue(); | |
| 157 | 157 | beautify(aceEditor.value.session); |
| 158 | 158 | // scriptForm.convertJs = aceEditor.value.getValue(); |
| 159 | 159 | }; | ... | ... |