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