diff --git a/src/Posting/QR.post.coffee b/src/Posting/QR.post.coffee index 1641d617e..c4c715dd9 100644 --- a/src/Posting/QR.post.coffee +++ b/src/Posting/QR.post.coffee @@ -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()