You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where the document.body is null?! and thats why I get the "Cannot read property 'classList' of null".
What is the difference by invoking the stroll.bind from a js file and running it from the chrome js console? Maybe the dom isn't loaded? but I am in a function(){} so this code should be called when the dom is loaded. no idea :)
If I load the following js from external file
I got an error
If I do
from the console or
tags its working.
Any ideas what I am doing wrong?
The text was updated successfully, but these errors were encountered: