mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-07 08:45:24 +02:00
Fix print details toggle (#1048)
* Fix print details toggle * Update speaker-notes.js Co-authored-by: Martin Geisler <mgeisler@google.com> --------- Co-authored-by: Martin Geisler <mgeisler@google.com>
This commit is contained in:
parent
f04dd2e87e
commit
b44a6f76c3
@ -230,7 +230,7 @@
|
|||||||
markDefunct();
|
markDefunct();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (window.location.pathname == "/print.html") {
|
if (window.location.pathname.endsWith("/print.html")) {
|
||||||
setupPrintPage();
|
setupPrintPage();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user