diff options
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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'); |