Image replies limits are apparently fixed.

This commit is contained in:
Nicolas Stepien 2012-09-02 01:02:41 +02:00
parent 40a51b8892
commit a92f4261a5
2 changed files with 6 additions and 6 deletions

View File

@ -4370,11 +4370,11 @@
case 'v':
case 'co':
case 'mlp':
return 251;
return 250;
case 'vg':
return 376;
return 370;
default:
return 151;
return 150;
}
})();
return Main.callbacks.push(this.node);

View File

@ -3467,11 +3467,11 @@ ThreadStats =
@imgLimit =
switch g.BOARD
when 'a', 'b', 'v', 'co', 'mlp'
251
250
when 'vg'
376
370
else
151
150
Main.callbacks.push @node
node: (post) ->
return if post.isInlined