Skip to content

Commit

Permalink
fix tracking URL
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiNissen authored and gbirke committed Apr 19, 2018
1 parent 6b6f6a8 commit c3e71ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suggest.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ $( document ).ready( function() {
} );

function triggerPiwikTrack( element, code ) {
var piwikImgUrl = 'https://spenden.wikimedia.de/piwik/piwik.php?idsite=1&url=https://www.wikipedia.de/link-clicked/' + code + '&rec=1';
var piwikImgUrl = 'https://tracking.wikimedia.de/piwik.php?idsite=1&url=https://www.wikipedia.de/link-clicked/' + code + '&rec=1';
$(element).prepend( '<img src="' + piwikImgUrl + '" width="0" height="0" border="0" />' );
}

0 comments on commit c3e71ec

Please sign in to comment.