remove flash tag field from replies on /f/

This commit is contained in:
ccd0 2014-06-01 21:11:44 -07:00
parent 0de728e5a6
commit 3a11045e4c

View File

@ -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]