Skip to content

Commit b44a6f7

Browse files
sakexmgeisler
andauthored
Fix print details toggle (google#1048)
* Fix print details toggle * Update speaker-notes.js Co-authored-by: Martin Geisler <[email protected]> --------- Co-authored-by: Martin Geisler <[email protected]>
1 parent f04dd2e commit b44a6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speaker-notes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
markDefunct();
231231
break;
232232
default:
233-
if (window.location.pathname == "/print.html") {
233+
if (window.location.pathname.endsWith("/print.html")) {
234234
setupPrintPage();
235235
return;
236236
}

0 commit comments

Comments
 (0)