Skip to content

Commit dbbee0d

Browse files
forgot to fetch css
1 parent 510aba8 commit dbbee0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/web_startup.js

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ async function main() {
3939
download_button.addEventListener("click", download);
4040
ver_switcher.addEventListener("change", acatched(switch_version));
4141

42+
css_box.value = await fetch("schemascii_example.css").then(r => r.text());
4243
source.removeAttribute("disabled");
4344
css_box.removeAttribute("disabled");
4445
console.textContent = "Ready";

0 commit comments

Comments
 (0)