diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 68e60e0d8..cef172f12 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -522,7 +522,7 @@ QR = else nodes.spoiler.parentElement.hidden = true - if g.BOARD.ID is 'f' + if g.BOARD.ID is 'f' and g.VIEW isnt 'thread' nodes.flashTag = $.el 'select', name: 'filetag' innerHTML: ''' @@ -655,7 +655,7 @@ QR = post = QR.posts[0] post.forceSave() - if g.BOARD.ID is 'f' + if g.BOARD.ID is 'f' and g.VIEW isnt 'thread' filetag = QR.nodes.flashTag.value threadID = post.thread thread = g.BOARD.threads[threadID]