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