oops
This commit is contained in:
parent
00675c32bc
commit
8a6f3afb8e
@ -5783,11 +5783,9 @@
|
||||
textContent: 'Show thread',
|
||||
href: 'javascript:;'
|
||||
});
|
||||
$.on(show, 'click', ThreadHiding.menu.show);
|
||||
$.on(div, 'click', ThreadHiding.menu.show);
|
||||
$.event('AddMenuEntry', {
|
||||
type: 'post'
|
||||
});
|
||||
({
|
||||
type: 'post',
|
||||
el: div,
|
||||
order: 20,
|
||||
open: function(_arg) {
|
||||
|
||||
@ -5790,11 +5790,9 @@
|
||||
textContent: 'Show thread',
|
||||
href: 'javascript:;'
|
||||
});
|
||||
$.on(show, 'click', ThreadHiding.menu.show);
|
||||
$.on(div, 'click', ThreadHiding.menu.show);
|
||||
$.event('AddMenuEntry', {
|
||||
type: 'post'
|
||||
});
|
||||
({
|
||||
type: 'post',
|
||||
el: div,
|
||||
order: 20,
|
||||
open: function(_arg) {
|
||||
|
||||
@ -86,10 +86,10 @@ ThreadHiding =
|
||||
className: 'show-thread-link'
|
||||
textContent: 'Show thread'
|
||||
href: 'javascript:;'
|
||||
$.on show, 'click', ThreadHiding.menu.show
|
||||
$.on div, 'click', ThreadHiding.menu.show
|
||||
|
||||
$.event 'AddMenuEntry',
|
||||
type: 'post'
|
||||
type: 'post'
|
||||
el: div
|
||||
order: 20
|
||||
open: ({thread, isReply}) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user