Skip to content

Commit a76158b

Browse files
sync css to start
1 parent 52bb36d commit a76158b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/web_startup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ async function main() {
4343
ver_switcher.addEventListener("change", acatched(switch_version));
4444

4545
css_box.value = await fetch("schemascii_example.css").then(r => r.text());
46+
sync_css();
4647
source.removeAttribute("disabled");
4748
css_box.removeAttribute("disabled");
4849
console.textContent = "Ready";

0 commit comments

Comments
 (0)