parent
b7eed67f2f
commit
357c9e1aed
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
Editor.setValue($('#editorSetContent').val(), -1);
|
Editor.setValue($('#editorSetContent').val(), -1);
|
||||||
|
Editor.getSession().setUndoManager(new ace.UndoManager());
|
||||||
$('#editorLoadingOverlay').hide();
|
$('#editorLoadingOverlay').hide();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue