Merge pull request #284 from ihavenoface/master

Update imagelimit for mlp.
This commit is contained in:
Mayhem 2012-02-23 11:01:42 -08:00
commit 2e13196563
3 changed files with 4 additions and 1 deletions

View File

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

View File

@ -1,4 +1,6 @@
master
- noface
Update imagelimit for mlp.
2.27.1
- Mayhem

View File

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