-
Notifications
You must be signed in to change notification settings - Fork 729
Open
Labels
kind/bugSomething isn't workingSomething isn't working
Description
Description
Inline banner logic in header.html assumes .sitewide-banner exists, so pages without that element throw Cannot read properties of null (reading 'classList') and abort later scripts.
Steps to Reproduce
open /programs/ (or any page without the banner);
observe the console error TypeError: Cannot read properties of null (reading 'classList')
Expected Behavior
No console errors; remaining inline scripts execute.
Screenshots
Environment:
- OS: Linux
- Browser: Chrome
- Version:
- Device: Desktop
Contributor Guides and Handbook
The meshery.io website uses Jekyll and GitHub Pages. Site content is found under the master branch.
- 📚 See the Contributing to Meshery.io Website section of the readme.md and other contributing instructions, too.
- 🎨 Wireframes and designs for Meshery UI in Figma (open invite)
- 🙋🏾🙋🏼 Questions: Discussion Forum and Community Slack
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working