Merge pull request #284 from ihavenoface/master
Update imagelimit for mlp.
This commit is contained in:
commit
2e13196563
@ -3223,6 +3223,7 @@
|
|||||||
threadStats.imgLimit = (function() {
|
threadStats.imgLimit = (function() {
|
||||||
switch (g.BOARD) {
|
switch (g.BOARD) {
|
||||||
case 'a':
|
case 'a':
|
||||||
|
case 'mlp':
|
||||||
case 'v':
|
case 'v':
|
||||||
return 251;
|
return 251;
|
||||||
case 'vg':
|
case 'vg':
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
master
|
master
|
||||||
|
- noface
|
||||||
|
Update imagelimit for mlp.
|
||||||
|
|
||||||
2.27.1
|
2.27.1
|
||||||
- Mayhem
|
- Mayhem
|
||||||
|
|||||||
@ -2610,7 +2610,7 @@ threadStats =
|
|||||||
threadStats.posts = threadStats.images = 0
|
threadStats.posts = threadStats.images = 0
|
||||||
threadStats.imgLimit =
|
threadStats.imgLimit =
|
||||||
switch g.BOARD
|
switch g.BOARD
|
||||||
when 'a', 'v'
|
when 'a', 'mlp', 'v'
|
||||||
251
|
251
|
||||||
when 'vg'
|
when 'vg'
|
||||||
501
|
501
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user