script.js:121 Uncaught TypeError: Cannot read property ‘className’ of null
-
Hi, Since the last Boxzilla update (Version 3.2.21) I have the following error in the console:-
Uncaught TypeError: Cannot read property ‘className’ of null
at Object.1.boxzilla (script.js:121)
at a (script.js:1)
at r (script.js:1)
at script.js:1
1.boxzilla @ script.js:121
a @ script.js:1
r @ script.js:1
(anonymous) @ script.js:1The first error point to this:-
———
var isLoggedIn = document.body.className.indexOf(‘logged-in’) > -1;if (isLoggedIn && options.testMode) {
console.log(‘Boxzilla: Test mode is enabled. Please disable test mode if you\’re done testing.’);
} // init boxzilla
———-
/wp-content/plugins/boxzilla/assets/js/script.jsI’m running WordPress version 5.3.2–en_GB.
Anyone else seeing this?
Thanks,
Steve.The page I need help with: [log in to see the link]
- The topic ‘script.js:121 Uncaught TypeError: Cannot read property ‘className’ of null’ is closed to new replies.