Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate Theme Switch modal #73726

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions client/my-sites/theme/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import BodySectionCssClass from 'calypso/layout/body-section-css-class';
import PageViewTracker from 'calypso/lib/analytics/page-view-tracker';
import { decodeEntities, preventWidows } from 'calypso/lib/formatting';
import { PerformanceTrackerStop } from 'calypso/lib/performance-tracking';
import AutoLoadingHomepageModal from 'calypso/my-sites/themes/auto-loading-homepage-modal';
import { localizeThemesPath } from 'calypso/my-sites/themes/helpers';
import ThanksModal from 'calypso/my-sites/themes/thanks-modal';
import { connectOptions } from 'calypso/my-sites/themes/theme-options';
Expand Down Expand Up @@ -1212,7 +1211,6 @@ class ThemeSheet extends Component {
{ ! isNewDetailsAndPreview && this.renderBar() }
<QueryActiveTheme siteId={ siteId } />
<ThanksModal source="details" themeId={ this.props.themeId } />
<AutoLoadingHomepageModal source="details" />
{ ! isNewDetailsAndPreview && pageUpsellBanner }
{ ! isNewDetailsAndPreview && (
<HeaderCake
Expand Down
314 changes: 0 additions & 314 deletions client/my-sites/themes/auto-loading-homepage-modal.jsx

This file was deleted.

Loading