Project

General

Profile

« Previous | Next » 

Revision 60280

[Library|Trunk]

Piwik: download give the current url instead of the blob url. Remove url parameter from trackDownload()

Metrics: add usage counts link in the logo

View differences:

searchDownload.component.ts
111 111
        //window.location.href = window.URL.createObjectURL(data);
112 112
        
113 113
        if (this.isPiwikEnabled && (typeof document !== 'undefined')) {
114
          this.subscriptions.push(this._piwikService.trackDownload(this.properties, url, this.piwikSiteId).subscribe());
114
          this.subscriptions.push(this._piwikService.trackDownload(this.properties, this.piwikSiteId).subscribe());
115 115
        }
116 116
      },
117 117
      error => {

Also available in: Unified diff