Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-15 | Rename function parameter "event" to "e" | Thomas Lange | 1 | -4/+4 | |
2017-09-15 | All occurrences of "var" have been replaced by the new introduced keywords ↵ | Thomas Lange | 1 | -2/+2 | |
"const" and "let" from ECMAScript 6 (2015), which scopes the variables to the nearest enclosing block instead of the nearest function block. | |||||
2017-03-20 | The "autofocus" attribute was added to the search input field. | Thomas Lange | 1 | -1/+0 | |
2017-03-20 | The javascript part was outsourced to a new file to reduce duplicate code. | Thomas Lange | 1 | -0/+16 | |