Increase the limit for image limit.

This commit is contained in:
Nicolas Stepien 2012-01-08 01:57:18 +01:00
parent b727b73c88
commit 310529a9db
2 changed files with 2 additions and 2 deletions

View File

@ -2739,7 +2739,7 @@
threadStats.postcountEl.textContent = ++threadStats.posts;
if ($('img[md5]', root)) {
threadStats.imagecountEl.textContent = ++threadStats.images;
if (threadStats.images > 150) {
if (threadStats.images > 151) {
return threadStats.imagecountEl.className = 'error';
}
}

View File

@ -2132,7 +2132,7 @@ threadStats =
threadStats.postcountEl.textContent = ++threadStats.posts
if $ 'img[md5]', root
threadStats.imagecountEl.textContent = ++threadStats.images
if threadStats.images > 150
if threadStats.images > 151
threadStats.imagecountEl.className = 'error'
unread =