-
-
Notifications
You must be signed in to change notification settings - Fork 778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixes the issue where if clicked the page would stop displaying info… #1147
fixes the issue where if clicked the page would stop displaying info… #1147
Conversation
…rmation (like meetup events, and team meetings)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
events/events.html
Outdated
} | ||
} | ||
window.addEventListener('resize',fixDropDown) | ||
function fixDropDown(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
function fixDropdown()
Please rename your function to what it does and not what it fixes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops. just noticed something...
When you resize from desktop to mobile.. the accordions should start out closed
@jbubar okay cool thank you 😁 will make hopefully final changes lol. |
@jbubar should be good lol sorry about that. |
Fixes #1106
…rmation (like meetup events, and team meetings)