Skip to content

Commit b57cf7f

Browse files
committed
make sure setActiveClass is set to false in activate button event handler
1 parent 7b4f693 commit b57cf7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/marketplace_setup_wizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ window.jQuery(document).ready(function ($) {
5151
$.post(mtmMarketplaceWizardAjax.ajax_url, {
5252
_ajax_nonce: mtmMarketplaceWizardAjax.activate_nonce,
5353
action: 'matomo_activate_marketplace',
54-
}, pollForPluginActivation);
54+
}, pollForPluginActivation.bind(null, false));
5555
}
5656

5757
if (typeof mtmMarketplaceWizardAjax !== 'undefined' && mtmMarketplaceWizardAjax.ajax_url) {

0 commit comments

Comments
 (0)