GithubHelp home page GithubHelp logo

Comments (6)

sandoche avatar sandoche commented on July 17, 2024

It may be because you use it without a localserver it may happen if you open directly the html file.

from darkmode.js.

keanuplayz avatar keanuplayz commented on July 17, 2024

I am using a local server to preview my files.

from darkmode.js.

sandoche avatar sandoche commented on July 17, 2024

Do you have any extension blockcking things ? please try with another browser maybe.

from darkmode.js.

SaadAhmadSaddiqui avatar SaadAhmadSaddiqui commented on July 17, 2024

Hi, Sandoche. I am facing the same problem. I put the snippet in the head tag of the master page in ASP.Net and it doesn't work. The error is the same as the one above on both Chrome and Edge.

darkmode-js.min.js:1 Uncaught TypeError: Cannot read property 'classList' of null at new e (darkmode-js.min.js:1)

from darkmode.js.

StafDehat avatar StafDehat commented on July 17, 2024

I think the reason this is happening, is because the script attempts to append a DOM object before the DOM tree has loaded.
You'll need to call showWidget() after the page has loaded - you can do that by putting it inside an event listener for "load".
I made a PR to update the readme as such - see here for details:
https://github.com/sandoche/Darkmode.js/pull/47/files

from darkmode.js.

keanuplayz avatar keanuplayz commented on July 17, 2024

That indeed managed to fix my issue a couple of days back. (see here)
I believe this can finally be closed now that we have a definite fix.

from darkmode.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.