Skip to content

Commit

Permalink
update ace editor cdn to v 1.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Apr 5, 2024
1 parent 6945147 commit 3d42610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/modules/snippet/views/snippet/edit.tpl
Expand Up @@ -30,7 +30,7 @@
</div>

{if $smarty.const.SITE_CODE_EDITOR == 'ace'}
{script unique='aceeditor' jquery=1 src='https://cdnjs.cloudflare.com/ajax/libs/ace/1.32.8/ace.js'}
{script unique='aceeditor' jquery=1 src='https://cdnjs.cloudflare.com/ajax/libs/ace/1.32.9/ace.js'}
{literal}
// Hook up ACE editor to all textareas with data-editor attribute
$(function () {
Expand Down

0 comments on commit 3d42610

Please sign in to comment.