-
Notifications
You must be signed in to change notification settings - Fork 162
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
Permalink #440
Permalink #440
Conversation
Added colored HR to seperate link from resources list
color
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 ok overall - I'd stick to ES5 JavaScript to keep it working in old browsers. You can merge it if you want!
@bhousel ^Kai |
const => var for ES5 compatibility
=> to function() for ES5 compatibility
=> to function() for ES5 compatibility
Resolves #393
@bhousel I hope you don't mind my quite radical moving around code in the index.html to make this work :)
^Kai