indentation

This commit is contained in:
James Campos 2011-05-23 16:29:04 -07:00
parent c64b7014c4
commit b76b0d7aee

View File

@ -1555,14 +1555,14 @@ threadStats =
$.append d.body, dialog
g.callbacks.push threadStats.node
node: (root) ->
return if root.className
threadStats.posts++
if $ 'img[md5]', root
threadStats.images++
if threadStats.images > 150
$('#icount').className = 'error'
$('#rcount').textContent = threadStats.posts
$('#icount').textContent = threadStats.images
return if root.className
threadStats.posts++
if $ 'img[md5]', root
threadStats.images++
if threadStats.images > 150
$('#icount').className = 'error'
$('#rcount').textContent = threadStats.posts
$('#icount').textContent = threadStats.images
unread =
init: ->