Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f9b601

Browse files
Merge pull request #126 from mainwp/improve/MWP-1531-dashboard-high-cpu-usage-during-sync-all-websites
Fix: modal site list UI issue during updates
2 parents 82bb40b + b5a3991 commit 4f9b601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/mainwp-popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
if (popup === null) {
77
popup = new Mainwp_InstancePopup();
88
popup.initWrapper(selector);
9+
popup.initElements();
910
mainwpListPopups.pushItem(popup);
1011
}
1112
return popup;
@@ -61,7 +62,6 @@
6162
if (0 == this.totalSites) {
6263
this.totalSites = this.progressMax;
6364
}
64-
this.initElements();
6565
this.initProgress();
6666
this.render();
6767
this.bindEvents();

0 commit comments

Comments
 (0)