Thread change should add/remove link to Flash URL.
This commit is contained in:
parent
996bf724a4
commit
d25f5fd349
@ -122,6 +122,7 @@ QR.post = class
|
|||||||
when 'thread'
|
when 'thread'
|
||||||
(if @thread isnt 'new' then $.addClass else $.rmClass) QR.nodes.el, 'reply-to-thread'
|
(if @thread isnt 'new' then $.addClass else $.rmClass) QR.nodes.el, 'reply-to-thread'
|
||||||
QR.status()
|
QR.status()
|
||||||
|
@updateFlashURL()
|
||||||
when 'com'
|
when 'com'
|
||||||
@nodes.span.textContent = @com
|
@nodes.span.textContent = @com
|
||||||
QR.captcha.onPostChange()
|
QR.captcha.onPostChange()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user