Skip to content

Commit eb9d400

Browse files
committed
Changed number of flipping tiles
1 parent 79e4fab commit eb9d400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/javascripts/messages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $(function() {
5151
$(".Pinned").removeClass('Pinned');
5252
nextFlip = setTimeout(flipper, 1000);
5353
} else {
54-
var bricks = $(".BrickContainer:lt(30)");
54+
var bricks = $(".BrickContainer:lt(24)");
5555
$(bricks[Math.round(Math.random() * bricks.length)]).toggleClass('Pinned');
5656
nextFlip = setTimeout(flipper, 5000);
5757
}

0 commit comments

Comments
 (0)