fix bug in quote threading
This commit is contained in:
parent
512abfb205
commit
6fb54490c2
@ -97,7 +97,7 @@ QuoteThreading =
|
|||||||
if post = posts[post.ID]
|
if post = posts[post.ID]
|
||||||
posts.after post, posts[@ID]
|
posts.after post, posts[@ID]
|
||||||
|
|
||||||
else
|
else if posts[@ID]
|
||||||
posts.prepend posts[@ID]
|
posts.prepend posts[@ID]
|
||||||
|
|
||||||
return true
|
return true
|
||||||
@ -128,4 +128,4 @@ QuoteThreading =
|
|||||||
kb: ->
|
kb: ->
|
||||||
control = $.id 'threadingControl'
|
control = $.id 'threadingControl'
|
||||||
control.checked = not control.checked
|
control.checked = not control.checked
|
||||||
QuoteThreading.toggle.call control
|
QuoteThreading.toggle.call control
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user