Typo
This commit is contained in:
parent
4a4dbae492
commit
449aedee63
@ -3539,9 +3539,7 @@
|
|||||||
});
|
});
|
||||||
$.on(div, '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) {
|
||||||
|
|||||||
@ -3548,9 +3548,7 @@
|
|||||||
});
|
});
|
||||||
$.on(div, '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) {
|
||||||
|
|||||||
@ -89,7 +89,7 @@ ThreadHiding =
|
|||||||
$.on div, '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