indentation
This commit is contained in:
parent
c64b7014c4
commit
b76b0d7aee
@ -1555,14 +1555,14 @@ threadStats =
|
|||||||
$.append d.body, dialog
|
$.append d.body, dialog
|
||||||
g.callbacks.push threadStats.node
|
g.callbacks.push threadStats.node
|
||||||
node: (root) ->
|
node: (root) ->
|
||||||
return if root.className
|
return if root.className
|
||||||
threadStats.posts++
|
threadStats.posts++
|
||||||
if $ 'img[md5]', root
|
if $ 'img[md5]', root
|
||||||
threadStats.images++
|
threadStats.images++
|
||||||
if threadStats.images > 150
|
if threadStats.images > 150
|
||||||
$('#icount').className = 'error'
|
$('#icount').className = 'error'
|
||||||
$('#rcount').textContent = threadStats.posts
|
$('#rcount').textContent = threadStats.posts
|
||||||
$('#icount').textContent = threadStats.images
|
$('#icount').textContent = threadStats.images
|
||||||
|
|
||||||
unread =
|
unread =
|
||||||
init: ->
|
init: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user