JS bug
-
Hello,
there is an error into the theme.js file : you try to define if
wpvar is false without testing ifwpvar exist (lines 576 and 678). Ifwpis undefined, it will break javascript execution.I suggest you to replace by:
if (typeof wp == 'undefined' || !wp || !wp.customize) {Thank you
The topic ‘JS bug’ is closed to new replies.
