Move You checkbox down in menu (beneath Archive). #1277

This commit is contained in:
ccd0 2017-02-07 10:02:57 -08:00
parent b8455590b5
commit b96c39a6c6
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ ArchiveLink =
entry =
el: div
order: 90
order: 60
open: ({ID, thread, board}) ->
!!Redirect.to 'thread', {postID: ID, threadID: thread.ID, boardID: board.ID}
subEntries: []

View File

@ -11,7 +11,7 @@ QR.oekaki =
Menu.menu.addEntry
el: a
order: 95
order: 90
open: (post) ->
QR.oekaki.menu.post = post
{file} = post

View File

@ -63,7 +63,7 @@ QuoteYou =
$.on input, 'change', QuoteYou.menu.toggle
Menu.menu?.addEntry
el: label
order: 12
order: 80
open: (post) ->
QuoteYou.menu.post = (post.origin or post)
input.checked = QuoteYou.isYou post