]> git.example.dev Git - binbsis50.git/commitdiff
show times for all players who fully matched a song (#19)
authorNotAnOctopus <zapmeister999@hotmail.co.uk>
Tue, 10 May 2016 10:23:36 +0000 (11:23 +0100)
committerLuigi Pinca <luigipinca@gmail.com>
Tue, 10 May 2016 10:23:36 +0000 (12:23 +0200)
public/js/app.js

index c5c307c40d4953be4b5d8f8c89b83db4ba1abefa..7d23a4ab980bcac946bb8c416e01778dc850df96 100644 (file)
 
         $username.addClass('correct');
 
-        if (user.roundpoints > 3) {
+        if (user.roundpoints > 2) {
           $guesstime.text((user.guesstime / 1000).toFixed(1) +' s');
+        }
+        if (user.roundpoints > 3) {
           $roundrank.addClass('icons round-rank stand' + (7 - user.roundpoints));
         }
       }