mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-22 10:21:03 +02:00
Remove condition on default notes.open
This commit is contained in:
parent
16d1beff00
commit
d7b743028d
@ -49,7 +49,7 @@
|
||||
break;
|
||||
case "inline-open":
|
||||
popIn.classList.add("hidden");
|
||||
notes.open = notes.getAttribute("solution") === null;
|
||||
notes.open = true;
|
||||
notes.classList.remove("hidden");
|
||||
break;
|
||||
case "inline-closed":
|
||||
|
Loading…
x
Reference in New Issue
Block a user