Browse Source

Manual: Fix formatting in `prerequisites.html`. (#32217)

Michael Herzog 3 months ago
parent
commit
f0628f6adb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manual/resources/lesson.js

+ 1 - 1
manual/resources/lesson.js

@@ -51,7 +51,7 @@
 	const parts = window.location.href.split( '/' );
 	const filename = parts[ parts.length - 1 ];
 
-	if ( filename !== 'primitives.html' ) {
+	if ( filename !== 'primitives.html' && filename !== 'prerequisites.html' ) {
 
 		let text = document.body.innerHTML;
 

粤ICP备19079148号