bengarrett / RetroTxt

RetroTxt is the WebExtension that turns ANSI, ASCII, NFO text into web documents.
https://retrotxt.com
GNU Lesser General Public License v3.0
154 stars 13 forks source link

[BUG] New Install #172

Closed bengarrett closed 9 months ago

bengarrett commented 10 months ago

Uncaught (in promise) TypeError:

Cannot read properties of null (reading 'addEventListener')

Context

html/options.html#newinstall

Stack Trace

Line 145

      document
        .getElementById(`newInstallFonts`)
        .addEventListener(`click`, () => { // TRIGGER
          document.getElementById(`hero4`).click()
        })
      return
bengarrett commented 9 months ago

Complete