We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e4fab commit eb9d400Copy full SHA for eb9d400
public/javascripts/messages.js
@@ -51,7 +51,7 @@ $(function() {
51
$(".Pinned").removeClass('Pinned');
52
nextFlip = setTimeout(flipper, 1000);
53
} else {
54
- var bricks = $(".BrickContainer:lt(30)");
+ var bricks = $(".BrickContainer:lt(24)");
55
$(bricks[Math.round(Math.random() * bricks.length)]).toggleClass('Pinned');
56
nextFlip = setTimeout(flipper, 5000);
57
}
0 commit comments