summaryrefslogtreecommitdiff
path: root/client/html
diff options
context:
space:
mode:
authorRuin0x11 <ipickering2@gmail.com>2021-05-07 23:11:29 -0700
committerRuin0x11 <ipickering2@gmail.com>2021-05-07 23:24:38 -0700
commit516b3a51a754ee7f0e4ec30ac1a08db99eb8731b (patch)
treee136dea780c921a9999571242ea31ccb0ed39d6f /client/html
parentf4ca435657ae3882ce28fb3f427f9e0874733282 (diff)
Option to always upload similar posts instead of confirming every time
Diffstat (limited to 'client/html')
-rw-r--r--client/html/post_upload.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/html/post_upload.tpl b/client/html/post_upload.tpl
index f1ed88f..6374fe8 100644
--- a/client/html/post_upload.tpl
+++ b/client/html/post_upload.tpl
@@ -13,6 +13,14 @@
}) %>
</span>
+ <span class='always-upload-similar'>
+ <%= ctx.makeCheckbox({
+ text: 'Always upload similar',
+ name: 'always-upload-similar',
+ checked: false,
+ }) %>
+ </span>
+
<input type='button' value='Cancel' class='cancel'/>
</div>