Commit Graph

5 Commits

Author SHA1 Message Date
Jelle van der Waa
ab47d9e94a
sitestatic; fix typeahead for Edge
Microsoft Edge has no x/y in the Clientrect structure so use top/left
instead which works on all browsers.
2019-02-19 18:25:22 +01:00
Jelle van der Waa
37a51bc789 homepage: use self written typeahead implementation
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.
2019-02-18 16:42:51 +01:00
Jelle van der Waa
10ce9f492a homepage.js: remove leftover minified konami.js
Remove the unused Konami code library, the functionality was already
removed in c79dc7dcf4.
2018-05-13 12:45:54 +02:00
jelle van der Waa
c79dc7dcf4 Remove Konami code functionality (#77)
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.
2018-01-22 12:41:25 -05:00
Dan McGee
abb3a507a1 Move all homepage JavaScript into single file
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>
2014-10-21 21:12:24 -05:00