Skip to content

Commit

Permalink
hide spa/pwa on others pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Aug 3, 2023
1 parent 3e665a9 commit 193294e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions plugins/SitesManager/SiteContentDetection/SpaPwa.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,4 @@ public function renderInstructionsTab(SiteContentDetector $detector = null): str
{
return '';
}

public function renderOthersInstruction(SiteContentDetector $detector = null): string
{
return sprintf(
'<p>%s</p>',
Piwik::translate(
'SitesManager_SiteWithoutDataSinglePageApplicationDescription',
[
'<a target="_blank" rel="noreferrer noopener" href="https://developer.matomo.org/guides/spa-tracking">',
'</a>',
]
)
);
}
}

0 comments on commit 193294e

Please sign in to comment.