mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Mon Sep 6 07:27:49 PM CST 2021
This commit is contained in:
parent
2d5aab37cc
commit
c11806d1ba
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue