summaryrefslogtreecommitdiffstats
path: root/static/js/jquery.min.js
Commit message (Collapse)AuthorAgeFiles
* Drop static content.Guilhem Moulin2020-05-211
| | | | | | | | | | | | | | JQuery, Bootstrap etc. are not maintainable in this repository, just like one should avoid embedding copies of other project in packaging work. We rely on the distro-provided variants instead: $ apt install fonts-font-awesome libjs-bootstrap4 libjs-jquery Ikwiki doesn't copy symlinks for security reasons, so unfortunately deploy one's own sandbox wiki is less easy now. Instructions will follow shortly. Also, port the templates to Bootstrap 4.
* ikiwiki refuses to copy symlinks.Guilhem Moulin2015-04-241
| | | | | (For security reasons.) So we remove the symlink jquery.min.js → jquery-$VERSION.min.js and rename that file instead.
* Upgrade jquery from 2.1.1 to 2.1.3.Guilhem Moulin2015-04-241