/b/ has an image limit of '250'.
This commit is contained in:
parent
e8c269c5df
commit
4997bca3fc
@ -3449,6 +3449,7 @@
|
||||
this.imgLimit = (function() {
|
||||
switch (g.BOARD) {
|
||||
case 'a':
|
||||
case 'b':
|
||||
case 'mlp':
|
||||
case 'v':
|
||||
return 251;
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user