Skip to content

Commit

Permalink
Fixed: don't display additional information in wizard.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Apr 5, 2024
1 parent 8f670fd commit c7ee3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/js/admin/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ document.addEventListener('DOMContentLoaded', () => {
plausible.showMessage(messages.success, 'success');
}

if (messages.additional.length === 0) {
if (messages.additional.length === 0 || document.getElementById('plausible-analytics-wizard') !== null) {
return;
}

Expand Down

0 comments on commit c7ee3b0

Please sign in to comment.