arclanguage / anarki

Community-managed fork of the Arc dialect of Lisp; for commit privileges submit a pull request.
http://arclanguage.github.io
Other
1.17k stars 160 forks source link

remove inline js #124

Closed kennethrapp closed 6 years ago

kennethrapp commented 6 years ago

Removed inline js, binding the vote function to the vote links in the window.onload event.

Minor changes to news.arc to change ids to data attributes, which can hold numeric values, so that the js no longer needs to split strings to get an element's id or vote number.