You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-12 09:10:40 +02:00
Remove condition on default notes.open
This commit is contained in:
@ -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":
|
||||||
|
Reference in New Issue
Block a user