Skip to content

Commit 0e04358

Browse files
committed
update ace editor cdn to v1.43.3
1 parent 32070e5 commit 0e04358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • framework/modules/snippet/views/snippet

framework/modules/snippet/views/snippet/edit.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</div>
3131

3232
{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'}
33+
{script unique='aceeditor' jquery=1 src='https://cdnjs.cloudflare.com/ajax/libs/ace/1.43.3/ace.js'}
3434
{literal}
3535
// Hook up ACE editor to all textareas with data-editor attribute
3636
$(function () {

0 commit comments

Comments
 (0)