Skip to content

Commit 2c5806d

Browse files
committed
Fixed the start timing.
1 parent 738d9ed commit 2c5806d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ <h4><%= i18n.__('subtitledIn') %></h4>
181181
<script src="js/frontend/controllers/filter.js"></script>
182182
<script src="js/frontend/router.js"></script>
183183

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

0 commit comments

Comments
 (0)