Project

General

Profile

« Previous | Next » 

Revision 59454

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

View differences:

contact.component.ts
53 53
            if (this.properties.enablePiwikTrack && (typeof document !== 'undefined')) {
54 54
                this.piwiksub = this._piwikService.trackView(this.properties, this.pageTitle, this.properties.piwikSiteId).subscribe();
55 55
            }
56
            this.url = this.properties.baseLink + this._router.url;
56
            this.url = this.properties.domain + this._router.url;
57 57
            this.seoService.createLinkForCanonicalURL(this.url);
58 58
            this.updateUrl(this.url);
59 59
            this.updateTitle(this.pageTitle);

Also available in: Unified diff