
[BUG] Reader view misses entire sections on bootcamp site https://www.theodinproject.com/
Eg. https://www.theodinproject.com/courses/web-development-101/lessons/how-this-course-will-work
With reader view, entire introduction is missing.
Eg. https://www.theodinproject.com/courses/web-development-101/lessons/how-this-course-will-work
With reader view, entire introduction is missing.
Alle svar (1)
I thought I'd add additional information. It seems to me, that it's not shown in reader mode, because a JavaScript event handler (i.e. Bootstrap's Scrollspy) is attached to the div of the Introduction section. If I remove the class from the element, it works as it should.