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:

organization.component.ts
361 361
        
362 362
        //window.open(window.URL.createObjectURL(data));
363 363
        if (this.properties.enablePiwikTrack && (typeof document !== 'undefined')) {
364
          this.subscriptions.push(this._piwikService.trackDownload(this.properties, url, this.piwikSiteId).subscribe());
364
          this.subscriptions.push(this._piwikService.trackDownload(this.properties, this.piwikSiteId).subscribe());
365 365
        }
366 366
      },
367 367
      err => {

Also available in: Unified diff