This commit is contained in:
Zixaphir 2013-08-15 19:54:53 -07:00
parent 4a4dbae492
commit 449aedee63
3 changed files with 3 additions and 7 deletions

View File

@ -3539,9 +3539,7 @@
});
$.on(div, 'click', ThreadHiding.menu.show);
$.event('AddMenuEntry', {
type: 'post'
});
({
type: 'post',
el: div,
order: 20,
open: function(_arg) {

View File

@ -3548,9 +3548,7 @@
});
$.on(div, 'click', ThreadHiding.menu.show);
$.event('AddMenuEntry', {
type: 'post'
});
({
type: 'post',
el: div,
order: 20,
open: function(_arg) {

View File

@ -89,7 +89,7 @@ ThreadHiding =
$.on div, 'click', ThreadHiding.menu.show
$.event 'AddMenuEntry',
type: 'post'
type: 'post'
el: div
order: 20
open: ({thread, isReply}) ->