wp-smart-honeypot icon indicating copy to clipboard operation
wp-smart-honeypot copied to clipboard

Uncaught TypeError: Cannot read property 'parentNode' of null

Open mediaformat opened this issue 9 years ago • 3 comments

This plugin looks promising, I am however getting a js error.

Javascript error : Uncaught TypeError: Cannot read property 'parentNode' of null

Not sure why, but the getElementById("") is empty:

<script type="text/JavaScript">nscrmhp = document.getElementById(""); nscrmhpp = nscrmhp.parentNode; nscrmhppp = nscrmhpp.parentNode; nscrmhppp.parentNode.removeChild(nscrmhppp);</script>

mediaformat avatar Mar 24 '15 02:03 mediaformat