Can't open box twice with click action
-
So the thing is, I can click on the widget and it will open, after next click it closes, but after that i can’t open it again.
I’m getting 6 errors in dev console:
1 error: Uncaught ReferenceError: id is not defined
for line:
if (d.getElementById(id)) return;
5 errors: Uncaught TypeError: Cannot set property ‘src’ of null
for line:
document.getElementById("wpfb_tab_img1").src = "";
anything can be done about it?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Can't open box twice with click action’ is closed to new replies.