/b/ has an image limit of '250'.

This commit is contained in:
Nicolas Stepien 2012-06-01 00:44:50 +02:00
parent e8c269c5df
commit 4997bca3fc
2 changed files with 2 additions and 1 deletions

View File

@ -3449,6 +3449,7 @@
this.imgLimit = (function() {
switch (g.BOARD) {
case 'a':
case 'b':
case 'mlp':
case 'v':
return 251;

View File

@ -2626,7 +2626,7 @@ ThreadStats =
@posts = @images = 0
@imgLimit =
switch g.BOARD
when 'a', 'mlp', 'v'
when 'a', 'b', 'mlp', 'v'
251
when 'vg'
501