rebuilding site Mon Sep 6 07:27:49 PM CST 2021

master
James Feng Cao 3 years ago
parent 2d5aab37cc
commit c11806d1ba

@ -30,6 +30,3 @@ function onSave(fn){
let u8=new TextEncoder().encode(editor.session.getValue());let r='';for(let i=0;i<u8.byteLength;i++)r+=String.fromCharCode(u8[i]);location.href='i:0l'+fn+':'+btoa(r);
}
function onRun(fn){
location.href='i:0m'+fn;
}

Loading…
Cancel
Save