Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weibel <michael.weibel@gmail.com>2014-01-03 16:27:01 +0400
committerMichael Weibel <michael.weibel@gmail.com>2014-01-03 16:27:01 +0400
commit002f461a49db5d7a9e7b9791f6fb2cd2066e9a7e (patch)
tree8678befb87d7bb78e0fb40d3f3e9ebda62826e5f
parent9e828c9eadf2f1515496272488768ab8e1205bf5 (diff)
Fix GA event for downloads
@pstadler :)
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 334887f..18b420d 100644
--- a/index.html
+++ b/index.html
@@ -27,7 +27,7 @@
<header>
<div id="download">
<!-- if you change the version, change it in the onclick tracker as well -->
- <a href="http://github.com/candy-chat/candy/tarball/master" onClick="_gaq.push(['_trackEvent', 'Download', '1.0.9']);" class="button">
+ <a href="http://github.com/candy-chat/candy/tarball/master" onClick="_gaq.push(['_trackEvent', 'Download', '1.5.0']);" class="button">
Download candy.tar.gz
<small>v1.5 &mdash; <time datetime="2013-12-14">December 14th, 2013</time></small>
</a>