2.1.8 prevents my manual loading of the popup
-
While messing around with Firebox, I noticed that the popup doesnt want to load if I select “Manually” as the selection option. Under custom Javascript code, I put the following:
FireBox.onReady(function() {
const box = FireBox.getInstance(57479);
box.open();
});The InstanceID matches the one in the list of popups. When I select “Page Load” it shows the popup, but when I select Manually (to do a few things and checks together with the popup), it doesnt.
Am I doing something wrong? What can I further do to troubleshoot this?
I believe the issue started happening from 2.1.8 because the popup displayed thousands of times in the past, but now no longer wants to show.
- The topic ‘2.1.8 prevents my manual loading of the popup’ is closed to new replies.