We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510aba8 commit dbbee0dCopy full SHA for dbbee0d
scripts/web_startup.js
@@ -39,6 +39,7 @@ async function main() {
39
download_button.addEventListener("click", download);
40
ver_switcher.addEventListener("change", acatched(switch_version));
41
42
+ css_box.value = await fetch("schemascii_example.css").then(r => r.text());
43
source.removeAttribute("disabled");
44
css_box.removeAttribute("disabled");
45
console.textContent = "Ready";
0 commit comments