Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 9cc8d06

Browse files
committed
update ace to 1.2.6
1 parent ab5c56f commit 9cc8d06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

static/web.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<!-- web.css and web.js need cache busting; increment the numbers when you make changes -->
1111
<link rel="stylesheet" href="web.css?5">
1212
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"/>
13-
<script src="https://cdn.jsdelivr.net/ace/1.2.3/min/ace.js"
14-
integrity="sha512-lp7lBcKlkYx0jlja+DwHOHRk8LPaxvP8MuTlxAFgOpUYNib+59G1IwsxLBIFYwrkxYaBmn/oF9TWtDSEY5Ph+w=="
13+
<script src="https://cdn.jsdelivr.net/ace/1.2.6/min/ace.js"
14+
integrity="sha512-Y/M43OHLyvSuqF2JuQU9RIerW7fH7i/h/7AokQPIXhoYiHIxKXYDCWcuyRSXiVCGGtnfYoIBklTZ4/t26Lrr/A=="
1515
crossorigin="anonymous"
1616
charset="utf-8"></script>
17-
<script src="https://cdn.jsdelivr.net/ace/1.2.3/min/ext-themelist.js"
18-
integrity="sha512-F7PRyMnRbqZEM6kS5YAvxekuwessnK2eIJ3hnxTqpD+5e8lz5K6aa4pH0puO2Gip1CYgCHjvdgXS5+64lsAXog=="
17+
<script src="https://cdn.jsdelivr.net/ace/1.2.6/min/ext-themelist.js"
18+
integrity="sha512-ZdrBduTZxDAOqGKxKVuFtIVU0wD82q0HXnUEj8/KBHZ9DbQuuAjfMZ7yyBnh3vzkOtMQex9jj8EuypRD+KGNSA=="
1919
crossorigin="anonymous"
2020
charset="utf-8"></script>
2121
<script src="web.js?12"></script>

0 commit comments

Comments
 (0)