We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prerequisites.html
1 parent 5a8d296 commit f0628f6Copy full SHA for f0628f6
manual/resources/lesson.js
@@ -51,7 +51,7 @@
51
const parts = window.location.href.split( '/' );
52
const filename = parts[ parts.length - 1 ];
53
54
- if ( filename !== 'primitives.html' ) {
+ if ( filename !== 'primitives.html' && filename !== 'prerequisites.html' ) {
55
56
let text = document.body.innerHTML;
57
0 commit comments