mode menu: remove upvote/downvote mode.

Remove the upvote and downvote modes from the post mode menu. These are
unnecessary now since you can use the vote buttons beneath the thumbnails.
This commit is contained in:
evazion
2021-11-21 01:51:57 -06:00
parent 6b9e1181e5
commit 35c97d0836
2 changed files with 0 additions and 10 deletions

View File

@@ -8,8 +8,6 @@
<option value="tag-script">Tag script</option>
<option value="add-fav">Favorite</option>
<option value="remove-fav">Unfavorite</option>
<option value="vote-up">Vote up</option>
<option value="vote-down">Vote down</option>
</select>
</form>
<input id="tag-script-field" data-autocomplete="tag-edit" placeholder="Enter tag script" style="display: none; margin-top: 0.5em;">