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

This commit is contained in:
James Feng Cao 2021-09-06 19:27:49 +08:00
parent 2d5aab37cc
commit c11806d1ba
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}