We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32070e5 commit 0e04358Copy full SHA for 0e04358
1 file changed
framework/modules/snippet/views/snippet/edit.tpl
@@ -30,7 +30,7 @@
30
</div>
31
32
{if $smarty.const.SITE_CODE_EDITOR == 'ace'}
33
-{script unique='aceeditor' jquery=1 src='https://cdnjs.cloudflare.com/ajax/libs/ace/1.43.2/ace.js'}
+{script unique='aceeditor' jquery=1 src='https://cdnjs.cloudflare.com/ajax/libs/ace/1.43.3/ace.js'}
34
{literal}
35
// Hook up ACE editor to all textareas with data-editor attribute
36
$(function () {
0 commit comments