Skip to content

Commit cdc22c3

Browse files
Fun graphics for teams of 3
1 parent b99f7e1 commit cdc22c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/javascripts/host.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ var page = new BP.Page({
363363
this.$average.show().find('.val').attr('title', averageText);
364364

365365
// Animate fun-times if everyone votes the same
366-
if(voteData.numVotes > 3 && voteData.allVotesEqual){
366+
if(voteData.numVotes > 2 && voteData.allVotesEqual){
367367
this.$('.card').addClass('spin');
368368
}
369369
}

0 commit comments

Comments
 (0)