aboutsummaryrefslogtreecommitdiffstats
path: root/main.js
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-01-19 00:22:32 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-01-19 00:34:09 +0100
commit47c0acada856eaa92f474ff0e87c5f4c5578aad3 (patch)
tree829d36840029c614c1943024da5dffd45043cc4e /main.js
parent85b125b35c5b5489ec153fd29324965eb1b3ef85 (diff)
CSS: Improve handling of small viewports.
Diffstat (limited to 'main.js')
-rw-r--r--main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.js b/main.js
index 5298b1c..c98179f 100644
--- a/main.js
+++ b/main.js
@@ -208,7 +208,6 @@ const TRAILING_ZEROES = /\.?0*$/;
if (window.location !== window.parent.location) {
const div = document.createElement('div');
menu.appendChild(div);
- div.id = 'newtab-button';
div.classList.add('ol-unselectable', 'ol-control');
const btn = document.createElement('button');