commit
86fc2b9ce7
@ -1987,7 +1987,7 @@
|
||||
threadStats.replies++;
|
||||
if ($('img[md5]', root)) {
|
||||
threadStats.images++;
|
||||
if (threadStats.images > 151) {
|
||||
if (threadStats.images > 150) {
|
||||
$('#icount').className = 'error';
|
||||
}
|
||||
}
|
||||
|
||||
@ -1557,7 +1557,7 @@ threadStats =
|
||||
threadStats.replies++
|
||||
if $ 'img[md5]', root
|
||||
threadStats.images++
|
||||
if threadStats.images > 151
|
||||
if threadStats.images > 150
|
||||
$('#icount').className = 'error'
|
||||
$('#rcount').textContent = threadStats.replies
|
||||
$('#icount').textContent = threadStats.images
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user