diff --git a/speaker-notes.js b/speaker-notes.js index 487488c7..591c4baa 100644 --- a/speaker-notes.js +++ b/speaker-notes.js @@ -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":