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