ppsShowPopup is not defined
-
Popup works when I have “When page loads” checked.
When I select “Click on certain link / button / other element” console reads “ppsShowPopup is not defined”. This is after the page has completely loaded.
None of the scripts load when “on click” is selected. They load correctly when “on load” is selected.
Here is my code:
jQuery(‘#barbervidbg’).click(() => {
ppsShowPopup(100);
return false;
})
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘ppsShowPopup is not defined’ is closed to new replies.