Solved JS error when viewing soft deleted thread

  • Thread starter DragonByte Tech
  • Start date
This topic has been solved
D

DragonByte Tech

Guest
Problem:
When viewing a deleted thread, no JavaScript will run on the page due to a JS error in message.js

Error message:
Code:

Code:
message.js?_v=b38ec594:901 Uncaught TypeError: Cannot read properties of null (reading 'parentNode')
    at fn.init (message.js?_v=b38ec594:901:73)
    at applyHandler (core.js?_v=b38ec594:9917:8)
    at initializeElement (core.js?_v=b38ec594:9965:5)
    at NodeList.forEach (<anonymous>)
    at Object.initialize (core.js?_v=b38ec594:9978:13)
    at...

Read more

Continue reading...