Increase the limit for image limit.
This commit is contained in:
parent
b727b73c88
commit
310529a9db
@ -2739,7 +2739,7 @@
|
|||||||
threadStats.postcountEl.textContent = ++threadStats.posts;
|
threadStats.postcountEl.textContent = ++threadStats.posts;
|
||||||
if ($('img[md5]', root)) {
|
if ($('img[md5]', root)) {
|
||||||
threadStats.imagecountEl.textContent = ++threadStats.images;
|
threadStats.imagecountEl.textContent = ++threadStats.images;
|
||||||
if (threadStats.images > 150) {
|
if (threadStats.images > 151) {
|
||||||
return threadStats.imagecountEl.className = 'error';
|
return threadStats.imagecountEl.className = 'error';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2132,7 +2132,7 @@ threadStats =
|
|||||||
threadStats.postcountEl.textContent = ++threadStats.posts
|
threadStats.postcountEl.textContent = ++threadStats.posts
|
||||||
if $ 'img[md5]', root
|
if $ 'img[md5]', root
|
||||||
threadStats.imagecountEl.textContent = ++threadStats.images
|
threadStats.imagecountEl.textContent = ++threadStats.images
|
||||||
if threadStats.images > 150
|
if threadStats.images > 151
|
||||||
threadStats.imagecountEl.className = 'error'
|
threadStats.imagecountEl.className = 'error'
|
||||||
|
|
||||||
unread =
|
unread =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user