-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Early polling marker changes from red to green on hover #69
base: master
Are you sure you want to change the base?
Conversation
-removed extraneous bootstrap modal package |
var collapsedToggle = Boolean(document.getElementById('#collapse-toggle'+i).getAttribute("aria-expanded")); | ||
|
||
if (collapsedToggle) { | ||
$('#collapse'+i).collapse('show'); |
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.
how did this make its way into multiple pull requests :P we might not want to do this, based off some of the design stuff that @WheresHJ was showing, maybe we can talk about this on tuesday?
my bad! should've put that on a separate branch & PR. i'll take it out when i get home today! |
#62