summaryrefslogtreecommitdiffstats
path: root/templates/html/search.js
Commit message (Collapse)AuthorAgeFilesLines
* Proposed fix for issue #7898 (#8029)luca-aep2020-09-161-2/+4
| | | | | * Proposed fix for issue #7898 - Internal search engine produce ".html" pages instead of using HTML_FILE_EXTENSION * Applied albert-github suggestions to proposed fix for issue #7898
* Scalable search bar for high resolution displays (#7888)tttapa2020-07-041-1/+1
| | | | | | | | | | * Use SVG images for search bar icons * Update search bar CSS for high resolution displays Uses CSS shadows instead of PNG images of shadows * Limit the main-menu CSS rule to first level list #main-menu li:last-child applies to last childs of sub-lists as well #main-menu > li:last-child only applies to the top-level list
* issue #6901: Please consider relicensing of Javascript filesDimitri van Heesch2020-03-271-16/+17
|
* Fix CROS javascript issue when giving focus to search result frame.Joseph Mirabel2020-03-221-3/+2
|
* Marks JS as freely licensedzachwick2017-08-041-1/+24
| | | | | | | | | | | | | | | Marking the resulting JS in this way ensures that visitors to the resulting HTML documentation do not have to choose between running non-free JS and experiencing the HTML documentation as it was intended. The JS was already freely licensed, so this change just ensures that the appropriate labelling occurs so that GNU LibreJS [0] parses the JS correctly as freely licensed. [0] https://www.gnu.org/software/librejs/ Signed-off-by: zachwick <zach@zachwick.com>
* Introduced template directory for template and resource files and resource ↵Dimitri van Heesch2014-11-131-0/+791
compiler & manager