wpdiscuz.min.js Uncaught TypeError: Cannot read property 'scrollHeight' of null
-
wpdiscuz.min.js is trying to access
document.getElementById("wcThreadWrapper").scrollHeight
but fails because the element
#wcThreadWrapper
does not exist.1. Check to make sure it exists before continuing.
2. Please don’t enqueue your scripts on pages where there are no comments.Do let me know when this gets resolved. In the meantime, is there anything I can do to avoid getting this error/not have the script run on this page in the first place?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wpdiscuz.min.js Uncaught TypeError: Cannot read property 'scrollHeight' of null’ is closed to new replies.