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