Skip to content

Commit

Permalink
Fixed the start timing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patineta committed Mar 8, 2014
1 parent 738d9ed commit 2c5806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ <h4><%= i18n.__('subtitledIn') %></h4>
<script src="js/frontend/controllers/filter.js"></script>
<script src="js/frontend/router.js"></script>

<script>userTracking.event('App Start', 'Ready - '+Settings.get('version'), Math.round(((new Date()*1) - __startTime) / 100)+'ms' ).send();</script>
<script>userTracking.event('App Start', 'Ready - '+Settings.get('version'), (Math.round(((new Date()*1) - __startTime) / 100) * 100) +'ms' ).send();</script>
</body>
</html>

0 comments on commit 2c5806d

Please sign in to comment.