We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4f693 commit b57cf7fCopy full SHA for b57cf7f
1 file changed
assets/js/marketplace_setup_wizard.js
@@ -51,7 +51,7 @@ window.jQuery(document).ready(function ($) {
51
$.post(mtmMarketplaceWizardAjax.ajax_url, {
52
_ajax_nonce: mtmMarketplaceWizardAjax.activate_nonce,
53
action: 'matomo_activate_marketplace',
54
- }, pollForPluginActivation);
+ }, pollForPluginActivation.bind(null, false));
55
}
56
57
if (typeof mtmMarketplaceWizardAjax !== 'undefined' && mtmMarketplaceWizardAjax.ajax_url) {
0 commit comments