We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738d9ed commit 2c5806dCopy full SHA for 2c5806d
index.html
@@ -181,6 +181,6 @@ <h4><%= i18n.__('subtitledIn') %></h4>
181
<script src="js/frontend/controllers/filter.js"></script>
182
<script src="js/frontend/router.js"></script>
183
184
- <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>
185
</body>
186
</html>
0 commit comments