You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-17 14:47:35 +02:00
Show speaker notes as closed by default
This makes it clearer that the notes are extra content.
This commit is contained in:
@ -61,7 +61,7 @@
|
||||
// Get the state of the speaker note window: "inline-open", "inline-closed",
|
||||
// or "popup".
|
||||
function getState() {
|
||||
return window.localStorage["speakerNotes"] || "inline-open";
|
||||
return window.localStorage["speakerNotes"] || "inline-closed";
|
||||
}
|
||||
|
||||
// Set the state of the speaker note window. Call applyState as needed
|
||||
|
Reference in New Issue
Block a user