Fix #839
This commit is contained in:
parent
9cc40359b3
commit
384efe54e2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -419,16 +419,16 @@ QR =
|
|||||||
nodes.addPost.tabIndex = 35
|
nodes.addPost.tabIndex = 35
|
||||||
|
|
||||||
if g.BOARD.ID is 'f' and g.VIEW isnt 'thread'
|
if g.BOARD.ID is 'f' and g.VIEW isnt 'thread'
|
||||||
nodes.flashTag = $.el 'select', name: 'filetag',
|
nodes.flashTag = $.el 'select', name: 'filetag',
|
||||||
innerHTML: """
|
innerHTML: """
|
||||||
<option value=0>Hentai</option>
|
<option value=0>Hentai</option>
|
||||||
<option value=6>Porn</option>
|
<option value=6>Porn</option>
|
||||||
<option value=1>Japanese</option>
|
<option value=1>Japanese</option>
|
||||||
<option value=2>Anime</option>
|
<option value=2>Anime</option>
|
||||||
<option value=3>Game</option>
|
<option value=3>Game</option>
|
||||||
<option value=5>Loop</option>
|
<option value=5>Loop</option>
|
||||||
<option value=4 selected>Other</option>
|
<option value=4 selected>Other</option>
|
||||||
"""
|
"""
|
||||||
nodes.flashTag.dataset.default = '4'
|
nodes.flashTag.dataset.default = '4'
|
||||||
$.add nodes.form, nodes.flashTag
|
$.add nodes.form, nodes.flashTag
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user