diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-27 12:06:22 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-27 12:54:12 +0100 |
commit | a650e9718e7d3e259324dd4a91a0c47061ef945f (patch) | |
tree | 5c8c5c54f68f965aab741cda6c7061c77ac11e79 /script.js | |
parent | bed05ffbbb2a6802fd358a353dd44fc2e5ad251c (diff) |
html: link release notes
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ return false; } ); + + // so that release notes don't get in the way when <Tab>ing through results + document.body.classList.toggle('hide-release-notes', results.length == 0); + const ul = document.createElement('ul'); for (const feat of results) { const li = document.createElement('li'); |