null is not “null”
-
This issue is reported already 9 months ago. Remaining:
https://ww.wp.xz.cn/support/topic/js-error-with-fix/It’s about a type mismatch in js/front.js (and then in js/front.min.js as well):
if ( closeIcon !== 'null' )needs to be:
if ( closeIcon !== null )Thanks for fixing it.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘null is not “null”’ is closed to new replies.