summaryrefslogtreecommitdiffstats
path: root/public_html/data/js/main.js
AgeCommit message (Collapse)AuthorFilesLines
2016-09-19Update jQuery UI and include sortableFlorian Pritz1-1/+1
Also drop in all the non minified version because we can and it might be useful for debugging in the future. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-08-02Fix checkboxes.jsFlorian Pritz1-1/+1
- Incorrect path to .js file - Autoloading and the data-api don't work so load and run it explicitly Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-08-02Support range selection on history pagetaxus131-1/+3
Support range selection on history page by adding jquery.checkboxes
2015-06-05Move public files to ./public_htmlFlorian Pritz1-0/+28
./data/local is not moved because it contains likely untracked files and moving it would throw an error when updating. Signed-off-by: Florian Pritz <bluewind@xinu.at>