Skip to content

Commit f0628f6

Browse files
authored
Manual: Fix formatting in prerequisites.html. (#32217)
1 parent 5a8d296 commit f0628f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/resources/lesson.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
const parts = window.location.href.split( '/' );
5252
const filename = parts[ parts.length - 1 ];
5353

54-
if ( filename !== 'primitives.html' ) {
54+
if ( filename !== 'primitives.html' && filename !== 'prerequisites.html' ) {
5555

5656
let text = document.body.innerHTML;
5757

0 commit comments

Comments
 (0)