Update custom.html
parent
daf8dde32b
commit
98f172fad4
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue