Missed a part of #852
This commit is contained in:
parent
7244786351
commit
050e2e6201
@ -9928,9 +9928,10 @@
|
||||
if (g.BOARD.ID === 'f' && g.VIEW !== 'thread') {
|
||||
nodes.flashTag = $.el('select', {
|
||||
name: 'filetag'
|
||||
}, $.extend(nodes.flashTag, {
|
||||
});
|
||||
$.extend(nodes.flashTag, {
|
||||
innerHTML: "<option value=\"0\">Hentai</option><option value=\"6\">Porn</option><option value=\"1\">Japanese</option><option value=\"2\">Anime</option><option value=\"3\">Game</option><option value=\"5\">Loop</option><option value=\"4\" selected>Other</option>"
|
||||
}));
|
||||
});
|
||||
nodes.flashTag.dataset["default"] = '4';
|
||||
$.add(nodes.form, nodes.flashTag);
|
||||
}
|
||||
|
||||
@ -9971,9 +9971,10 @@
|
||||
if (g.BOARD.ID === 'f' && g.VIEW !== 'thread') {
|
||||
nodes.flashTag = $.el('select', {
|
||||
name: 'filetag'
|
||||
}, $.extend(nodes.flashTag, {
|
||||
});
|
||||
$.extend(nodes.flashTag, {
|
||||
innerHTML: "<option value=\"0\">Hentai</option><option value=\"6\">Porn</option><option value=\"1\">Japanese</option><option value=\"2\">Anime</option><option value=\"3\">Game</option><option value=\"5\">Loop</option><option value=\"4\" selected>Other</option>"
|
||||
}));
|
||||
});
|
||||
nodes.flashTag.dataset["default"] = '4';
|
||||
$.add(nodes.form, nodes.flashTag);
|
||||
}
|
||||
|
||||
@ -455,7 +455,9 @@ QR =
|
||||
nodes.addPost.tabIndex = 35
|
||||
|
||||
if g.BOARD.ID is 'f' and g.VIEW isnt 'thread'
|
||||
nodes.flashTag = $.el 'select', name: 'filetag',
|
||||
nodes.flashTag = $.el 'select',
|
||||
name: 'filetag'
|
||||
|
||||
$.extend nodes.flashTag, <%= html(
|
||||
'<option value="0">Hentai</option>' +
|
||||
'<option value="6">Porn</option>' +
|
||||
@ -465,6 +467,7 @@ QR =
|
||||
'<option value="5">Loop</option>' +
|
||||
'<option value="4" selected>Other</option>'
|
||||
) %>
|
||||
|
||||
nodes.flashTag.dataset.default = '4'
|
||||
$.add nodes.form, nodes.flashTag
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user