Skip to content

Commit 17d9757

Browse files
save file
1 parent 3f40890 commit 17d9757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/25-07-24/http-server/http-server.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<script src='https://ajaxorg.github.io/ace-builds/src-noconflict/ace.js'></script>
5858

5959

60-
<script src='https://libs.ext-code.com/js/dom/component/v2.0/component.js?hdr'></script>
60+
<script src='https://libs.ext-code.com/js/dom/component/v3.0/component.js?hdr'></script>
6161

6262
<script>
6363

@@ -81,8 +81,8 @@
8181
login.on = {};
8282

8383

84-
async function start(){
85-
84+
async function ready(){
85+
debug('ready',window.crossOriginIsolated);
8686
//mod['blog-hdr']['page-source'].url('http-server.html');
8787

8888
simple.snippet = mod.simple;

0 commit comments

Comments
 (0)