website - tracking mobile shouldn't always point to 'release' - use apk relative path

This commit is contained in:
Jon Atkins 2013-04-30 19:04:01 +01:00
parent cf3bf41daf
commit b98cf6b7ae

View File

@ -54,7 +54,7 @@ IITC Mobile version <?php print $apk_version; ?>, with IITC version <?php print
</p> </p>
<p> <p>
<a style="margin-right: 1em;" onclick="if(track)({track{'mobile','download','release');}" class="btn btn-large btn-primary" href="<?php print $apkfile; ?>">Download</a> or scan the QR Code <a style="margin-right: 1em;" onclick="if(track)({track{'mobile','download','$apkfile');}" class="btn btn-large btn-primary" href="<?php print $apkfile; ?>">Download</a> or scan the QR Code
</p> </p>
</div> </div>