diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js
index 9f8811f8e..1240d72a4 100644
--- a/builds/appchan-x.user.js
+++ b/builds/appchan-x.user.js
@@ -9202,8 +9202,7 @@
}
if (g.BOARD.ID === 'f' && g.VIEW !== 'thread') {
nodes.flashTag = $.el('select', {
- name: 'filetag'
- }, {
+ name: 'filetag',
innerHTML: "\n\n\n\n\n\n"
});
nodes.flashTag.dataset["default"] = '4';
diff --git a/builds/crx/script.js b/builds/crx/script.js
index dc37a6ed5..d43f1470c 100644
--- a/builds/crx/script.js
+++ b/builds/crx/script.js
@@ -9233,8 +9233,7 @@
}
if (g.BOARD.ID === 'f' && g.VIEW !== 'thread') {
nodes.flashTag = $.el('select', {
- name: 'filetag'
- }, {
+ name: 'filetag',
innerHTML: "\n\n\n\n\n\n"
});
nodes.flashTag.dataset["default"] = '4';
diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee
index 044c3f015..3754c6bf3 100644
--- a/src/Posting/QR.coffee
+++ b/src/Posting/QR.coffee
@@ -419,16 +419,16 @@ QR =
nodes.addPost.tabIndex = 35
if g.BOARD.ID is 'f' and g.VIEW isnt 'thread'
- nodes.flashTag = $.el 'select', name: 'filetag',
- innerHTML: """
-
-
-
-
-
-
-
- """
+ nodes.flashTag = $.el 'select', name: 'filetag',
+ innerHTML: """
+
+
+
+
+
+
+
+ """
nodes.flashTag.dataset.default = '4'
$.add nodes.form, nodes.flashTag