Skip to content

Commit

Permalink
0.4 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Oct 6, 2022
1 parent e12a5c3 commit dc66739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/pythons.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var config
const FETCH_FLAGS = {
mode:"no-cors",
redirect: 'follow',
// referrerPolicy: 'no-referrer', or HTTP error 0 on pythonrc.py
referrerPolicy: 'no-referrer',
credentials: 'omit'
}

Expand Down Expand Up @@ -736,7 +736,7 @@ async function feat_vtx(debug_hidden) {
const { WasmTerminal } = await import("./vtx.js")

vm.vt = new WasmTerminal("terminal", 132, 42, [
{ url : config.cdn+"xtermjsixel/xterm-addon-image-worker.js", sixelSupport:true }
{ url : (config.cdn || "./") + "xtermjsixel/xterm-addon-image-worker.js", sixelSupport:true }
] )
}

Expand Down

0 comments on commit dc66739

Please sign in to comment.