diff --git a/static/common.js b/static/common.js index f3e3542..457c85c 100644 --- a/static/common.js +++ b/static/common.js @@ -24,4 +24,4 @@ const rrh = { } return this.l10nMap[text] || text }, -} \ No newline at end of file +} diff --git a/static/default.css b/static/default.css index b22e52a..5cd3876 100644 --- a/static/default.css +++ b/static/default.css @@ -992,4 +992,4 @@ figcaption { padding-bottom: .5rem; } padding: 1rem 2rem; font-family: Georgia, serif; } -} \ No newline at end of file +} diff --git a/static/view.js b/static/view.js index 06fc1ec..6827adb 100644 --- a/static/view.js +++ b/static/view.js @@ -46,4 +46,3 @@ wrapper.appendChild(hamburgerSection); } input.setAttribute('list', 'cat-name-options') })(); -