Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82bb40b + b5a3991 commit 4f9b601Copy full SHA for 4f9b601
1 file changed
assets/js/mainwp-popup.js
@@ -6,6 +6,7 @@
6
if (popup === null) {
7
popup = new Mainwp_InstancePopup();
8
popup.initWrapper(selector);
9
+ popup.initElements();
10
mainwpListPopups.pushItem(popup);
11
}
12
return popup;
@@ -61,7 +62,6 @@
61
62
if (0 == this.totalSites) {
63
this.totalSites = this.progressMax;
64
- this.initElements();
65
this.initProgress();
66
this.render();
67
this.bindEvents();
0 commit comments