Added asynchronous tracking code #7

Merged
dawnbreak merged 1 commits from master into master 11 years ago
dawnbreak commented 11 years ago (Migrated from github.com)

Add an option to use asynchronous tracking code for Piwik:
http://piwik.org/docs/javascript-tracking/#toc-asynchronous-tracking

Fixed a small bug with the trailing slash in the traditional tracking code in the noscript part.
Changed visible occurances piwik --> Piwik.
Add help text for baseurl.

My first try to use github. Pleae let me know if I have to change something how to submit.

Add an option to use asynchronous tracking code for Piwik: http://piwik.org/docs/javascript-tracking/#toc-asynchronous-tracking Fixed a small bug with the trailing slash in the traditional tracking code in the noscript part. Changed visible occurances piwik --> Piwik. Add help text for baseurl. My first try to use github. Pleae let me know if I have to change something how to submit.
The pull request has been merged as 2f8e487f2f.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b master master
git pull origin master

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff master
git push origin master
Sign in to join this conversation.
Loading…
There is no content yet.