Skip to content

Commit

Permalink
Merge pull request #1100 from skrashevich/upd-ace-1-33-1
Browse files Browse the repository at this point in the history
upd(editor): upgrade Ace editor to version 1.33.1
  • Loading branch information
AlexxIT committed May 12, 2024
2 parents 9160403 + ab453d2 commit 5889791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>File Editor</title>
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://unpkg.com/ace-builds@1.33.0/src-min/ace.js"></script>
<script src="https://unpkg.com/ace-builds@1.33.1/src-min/ace.js"></script>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
Expand All @@ -31,7 +31,7 @@
<script>
let dump;

ace.config.set('basePath', 'https://unpkg.com/ace-builds@1.33.0/src-min/');
ace.config.set('basePath', 'https://unpkg.com/ace-builds@1.33.1/src-min/');
const editor = ace.edit('config', {
mode: 'ace/mode/yaml',
});
Expand Down

0 comments on commit 5889791

Please sign in to comment.