commit
5eac55bb49
@ -2014,7 +2014,7 @@
|
|||||||
if ($('img[md5]', root)) {
|
if ($('img[md5]', root)) {
|
||||||
threadStats.images++;
|
threadStats.images++;
|
||||||
if (threadStats.images > 150) {
|
if (threadStats.images > 150) {
|
||||||
$('#icount').className = 'error';
|
$('#imagecount').className = 'error';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$('#postcount').textContent = threadStats.posts;
|
$('#postcount').textContent = threadStats.posts;
|
||||||
|
|||||||
@ -1571,7 +1571,7 @@ threadStats =
|
|||||||
if $ 'img[md5]', root
|
if $ 'img[md5]', root
|
||||||
threadStats.images++
|
threadStats.images++
|
||||||
if threadStats.images > 150
|
if threadStats.images > 150
|
||||||
$('#icount').className = 'error'
|
$('#imagecount').className = 'error'
|
||||||
$('#postcount').textContent = threadStats.posts
|
$('#postcount').textContent = threadStats.posts
|
||||||
$('#imagecount').textContent = threadStats.images
|
$('#imagecount').textContent = threadStats.images
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user