Thread change should add/remove link to Flash URL.

This commit is contained in:
ccd0 2015-07-14 21:45:51 -07:00
parent 996bf724a4
commit d25f5fd349

View File

@ -122,6 +122,7 @@ QR.post = class
when 'thread'
(if @thread isnt 'new' then $.addClass else $.rmClass) QR.nodes.el, 'reply-to-thread'
QR.status()
@updateFlashURL()
when 'com'
@nodes.span.textContent = @com
QR.captcha.onPostChange()