We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bb36d commit a76158bCopy full SHA for a76158b
scripts/web_startup.js
@@ -43,6 +43,7 @@ async function main() {
43
ver_switcher.addEventListener("change", acatched(switch_version));
44
45
css_box.value = await fetch("schemascii_example.css").then(r => r.text());
46
+ sync_css();
47
source.removeAttribute("disabled");
48
css_box.removeAttribute("disabled");
49
console.textContent = "Ready";
0 commit comments