Merge branch 'master' into search-block-datetime

This commit is contained in:
nymkappa
2023-12-04 13:09:58 +09:00
committed by GitHub
13 changed files with 904 additions and 544 deletions

View File

@@ -130,7 +130,7 @@ export class EnterpriseService {
private getMatomo() {
if (this.siteId != null) {
return window['Matomo']?.getTracker(this.statsUrl, this.siteId);
return window['Matomo']?.getTracker(this.statsUrl+'m.php', this.siteId);
}
}