diff options
| author | Ruin0x11 <ipickering2@gmail.com> | 2021-05-07 23:11:29 -0700 |
|---|---|---|
| committer | Ruin0x11 <ipickering2@gmail.com> | 2021-05-07 23:24:38 -0700 |
| commit | 516b3a51a754ee7f0e4ec30ac1a08db99eb8731b (patch) | |
| tree | e136dea780c921a9999571242ea31ccb0ed39d6f /client/html | |
| parent | f4ca435657ae3882ce28fb3f427f9e0874733282 (diff) | |
Option to always upload similar posts instead of confirming every time
Diffstat (limited to 'client/html')
| -rw-r--r-- | client/html/post_upload.tpl | 8 |
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> |