summaryrefslogtreecommitdiffstats
path: root/sitestatic/homepage.js
AgeCommit message (Collapse)AuthorFilesLines
2019-02-19sitestatic; fix typeahead for EdgeJelle van der Waa1-2/+2
Microsoft Edge has no x/y in the Clientrect structure so use top/left instead which works on all browsers.
2019-02-18homepage: use self written typeahead implementationJelle van der Waa1-24/+133
Use a self written typeahead inmplemenation which gets rid of the jQuery requirement. This saves upgrading issues and reduces the amount of data to be loaded for the homepage by half.
2018-05-13homepage.js: remove leftover minified konami.jsrelease_2018-05-15Jelle van der Waa1-4/+0
Remove the unused Konami code library, the functionality was already removed in c79dc7dcf4a13e3.
2018-01-22Remove Konami code functionality (#77)jelle van der Waa1-12/+0
Remove the easteregg on the home page which shows a tux when a user enters the Konami code. Which reduces maintenance of a non-critical component.
2014-10-21Move all homepage JavaScript into single fileDan McGee1-0/+42
We had two small files plus a handful of inline stuff in the HTML; move as much of it as possible into a single static file. Signed-off-by: Dan McGee <dan@archlinux.org>