Add email to about

This commit is contained in:
Tadej Novak
2014-12-10 17:20:11 +01:00
parent a193c0379f
commit 51a71a304a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -284,7 +284,6 @@
<li><a href="https://github.com/ftlabs/fastclick">fastclick.js</a></li>
</ul>
<h5>Authors</h5>
<p>Feel free to get in touch with us via GitHub or by shooting us an email. Our addresses all follow the pattern name.surname@cern.ch.</p>
<ul>
<li><a href="https://github.com/gbiro">Gabor Biro</a></li>
<li><a href="https://github.com/ibab">Igor Babuschkin</a></li>
@@ -292,6 +291,7 @@
<li><a href="https://github.com/ntadej">Tadej Novak</a></li>
<li><a href="https://github.com/zhangjiannan">Jiannan Zhang</a></li>
</ul>
<p>Feel free to get in touch with us via GitHub or by shooting us an email on<br><a href="mailto:particle-clicker@googlegroups.com">particle-clicker@googlegroups.com</a>.</p>
<h5>Source</h5>
<p>The source code of this game is freely available on <a href="https://github.com/particle-clicker/particle-clicker"><i class="fa fa-github"></i> GitHub</a> under the terms of an MIT license.</p>
</div>
+1 -1
View File
@@ -29,7 +29,7 @@ var analytics =
}
ga('create', Helpers.analytics);
ga('set', { 'appName': 'Particle Clicker', 'appId': 'ch.cern.particle-clicker', 'appVersion': '0.3' });
ga('set', { 'appName': 'Particle Clicker', 'appId': 'ch.cern.particle-clicker', 'appVersion': '0.9' });
ga('set', 'anonymizeIp', true);