From d25f5fd3490b519e65b8bb9cb88150ce0a6b52bf Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 14 Jul 2015 21:45:51 -0700 Subject: [PATCH] Thread change should add/remove link to Flash URL. --- src/Posting/QR.post.coffee | 1 + 1 file changed, 1 insertion(+) 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()