Project

General

Profile

« Previous | Next » 

Revision 59454

[use-UoaAdminToolsLibrary | Connect]: Merge trunk into branch.

View differences:

invite.component.ts
135 135
          if (this.properties.enablePiwikTrack && (typeof document !== 'undefined')) {
136 136
            this.subs.push(this._piwikService.trackView(this.properties, this.pageTitle, PiwikHelper.getSiteId(this.communityId, this.properties.environment)).subscribe());
137 137
          }
138
          this.url = this.properties.baseLink + this._router.url;
138
          this.url = this.properties.domain + this._router.url;
139 139
          this.seoService.createLinkForCanonicalURL(this.url);
140 140
          this.updateUrl(this.url);
141 141
          this.updateTitle(this.pageTitle);

Also available in: Unified diff