So this is really weird, not only because console is a function and should work, but also because it works pefectly for me on my PC and the users of my WebSite are getting that error. I think not all of them.
Here’s the line of code when I use the console function:
The code inside the $w.onReady event works fine for me, for others only the console.log won’t work. Here’s the the link to my website: https://pptgamespt.wixsite.com/crate
And btw, tell me if you get the error.
Oh and BTW: could you PLEASE help me out with the following code? It’s in the same event.
It should show the $w(“#loggedbox”) if $w(“#log”) text is not empty. If it’s empty then it should show $w(“#notloggedbox”).
But when it’s not empty it shows both but it only outputs the console.log(“logged: " + $w(”#log").text).
That is so weird, please can you help me?