Update custom.html

master
Ronin0000 2021-11-21 07:53:01 -08:00 committed by GitHub
parent daf8dde32b
commit 98f172fad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ draw();
}); });
document.getElementById("upload").addEventListener("click", function () { document.getElementById("upload").addEventListener("click", function () {
window.open("https://www.espruino.com/ide/emulator.html?code="+encodeURIComponent(getApp())+"&upload");
} }
</script> </script>
<div id='calendar'></div> <div id='calendar'></div>