| Age | Commit message (Collapse) | Author |
|
* 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
|
|
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.
|
|
|
|
This moves the HTML code generated for the filters into the Django
template, instead of the JavaScript portion.
|
|
|