Merge pull request #154 from MayhemYDG/fix

Fix wrong selector id.
This commit is contained in:
James Campos 2011-05-28 11:22:12 -07:00
commit 5eac55bb49
2 changed files with 2 additions and 2 deletions

View File

@ -2014,7 +2014,7 @@
if ($('img[md5]', root)) {
threadStats.images++;
if (threadStats.images > 150) {
$('#icount').className = 'error';
$('#imagecount').className = 'error';
}
}
$('#postcount').textContent = threadStats.posts;

View File

@ -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