summaryrefslogtreecommitdiff
path: root/media/js/featurematrix.js
AgeCommit message (Collapse)Author
2025-08-13Reimplement feature-matrix filteringMagnus Hagander
* jQuery removed and replaced with native javascript * Column filtering is now done in pure CSS without javascript. This also means that the initial rendering of the page is correct instead of rendering all column and then removing them (visible on slow connections) * Reduce page size by moving some contents to CSS instead of repeating it
2020-07-12Clean up javascript indentationMagnus Hagander
Remove tabs from indentation, which was in about half the files, and make everything 4-space indentation, which is what most of the rest used.
2019-05-15Fixed code formatting error in featurematrix.jsJonathan S. Katz
2018-12-22Remove inline styles from feature matrix generator.Jonathan S. Katz
This moves the HTML code generated for the filters into the Django template, instead of the JavaScript portion.
2018-12-20Move featurematrix javascript into a separate script fileMagnus Hagander