Skip to content

Commit

Permalink
Update projects/plugins/jetpack/modules/custom-css/custom-css/js/core…
Browse files Browse the repository at this point in the history
…-customizer-css.core-4.9.js

Co-authored-by: Karen Attfield <[email protected]>
  • Loading branch information
monsieur-z and coder-karen authored Jun 3, 2024
1 parent 1f68aff commit a756659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}

// Show deprecation warning if Start Fresh option is enabled
if ( !! window._jp_css_settings.startFresh ) {
if ( !! window._jp_css_settings.startFresh && window._currentSiteType !== 'atomic' ) {
customize.notifications.add( new customize.Notification( 'start-fresh-warning', {
message: window._jp_css_settings.l10n.startFreshCustomizerWarning,
type: 'warning',
Expand Down

0 comments on commit a756659

Please sign in to comment.