Shorten some more menu item names.
This commit is contained in:
parent
e103f0bcfb
commit
d53a1905b4
@ -32,7 +32,7 @@ PostHiding =
|
|||||||
# Hide
|
# Hide
|
||||||
div = $.el 'div',
|
div = $.el 'div',
|
||||||
className: 'hide-reply-link'
|
className: 'hide-reply-link'
|
||||||
textContent: 'Hide reply'
|
textContent: 'Hide'
|
||||||
|
|
||||||
apply = $.el 'a',
|
apply = $.el 'a',
|
||||||
textContent: 'Apply'
|
textContent: 'Apply'
|
||||||
@ -64,7 +64,7 @@ PostHiding =
|
|||||||
# Show
|
# Show
|
||||||
div = $.el 'div',
|
div = $.el 'div',
|
||||||
className: 'show-reply-link'
|
className: 'show-reply-link'
|
||||||
textContent: 'Show reply'
|
textContent: 'Show'
|
||||||
|
|
||||||
apply = $.el 'a',
|
apply = $.el 'a',
|
||||||
textContent: 'Apply'
|
textContent: 'Apply'
|
||||||
|
|||||||
@ -61,7 +61,7 @@ ThreadHiding =
|
|||||||
|
|
||||||
div = $.el 'div',
|
div = $.el 'div',
|
||||||
className: 'hide-thread-link'
|
className: 'hide-thread-link'
|
||||||
textContent: 'Hide thread'
|
textContent: 'Hide'
|
||||||
|
|
||||||
apply = $.el 'a',
|
apply = $.el 'a',
|
||||||
textContent: 'Apply'
|
textContent: 'Apply'
|
||||||
@ -82,7 +82,7 @@ ThreadHiding =
|
|||||||
|
|
||||||
div = $.el 'a',
|
div = $.el 'a',
|
||||||
className: 'show-thread-link'
|
className: 'show-thread-link'
|
||||||
textContent: 'Show thread'
|
textContent: 'Show'
|
||||||
href: 'javascript:;'
|
href: 'javascript:;'
|
||||||
$.on div, 'click', ThreadHiding.menu.show
|
$.on div, 'click', ThreadHiding.menu.show
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ ReportLink =
|
|||||||
order: 10
|
order: 10
|
||||||
open: (post) ->
|
open: (post) ->
|
||||||
unless post.isDead or (post.thread.isDead and not post.thread.isArchived)
|
unless post.isDead or (post.thread.isDead and not post.thread.isArchived)
|
||||||
a.textContent = 'Report this post'
|
a.textContent = 'Report'
|
||||||
ReportLink.url = "//sys.4chan.org/#{post.board}/imgboard.php?mode=report&no=#{post}"
|
ReportLink.url = "//sys.4chan.org/#{post.board}/imgboard.php?mode=report&no=#{post}"
|
||||||
ReportLink.height = 180
|
ReportLink.height = 180
|
||||||
else if Conf['Archive Report']
|
else if Conf['Archive Report']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user