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 c3b3236 commit 9e98fcaCopy full SHA for 9e98fca
plugins/performance-lab/includes/admin/plugin-activate-ajax.js
@@ -29,6 +29,7 @@
29
return;
30
}
31
32
+ target.classList.add( 'updating-message' );
33
target.textContent = __( 'Waiting…', 'performance-lab' );
34
35
const pluginSlug = target.dataset.pluginSlug;
@@ -56,7 +57,6 @@
56
57
58
const { target, pluginSlug } = activationQueue.shift();
59
- target.classList.add( 'updating-message' );
60
target.textContent = __( 'Activating…', 'performance-lab' );
61
62
a11y.speak( __( 'Activating…', 'performance-lab' ) );
0 commit comments