Fix [ - ] for replies hiding the stub.
This commit is contained in:
parent
bb3c25b415
commit
5d68f6fcb7
@ -2143,7 +2143,7 @@
|
||||
if (!Conf['Hiding Buttons']) {
|
||||
return;
|
||||
}
|
||||
return $.replace(this.nodes.root.firstElementChild, ReplyHiding.makeButton(this, 'hide'));
|
||||
return $.replace($('.sideArrows', this.nodes.root), ReplyHiding.makeButton(this, 'hide'));
|
||||
},
|
||||
getHiddenPosts: function() {
|
||||
var hiddenPosts;
|
||||
|
||||
@ -1064,7 +1064,7 @@ ReplyHiding =
|
||||
else
|
||||
Recursive.hide @, data.makeStub
|
||||
return unless Conf['Hiding Buttons']
|
||||
$.replace @nodes.root.firstElementChild, ReplyHiding.makeButton @, 'hide'
|
||||
$.replace $('.sideArrows', @nodes.root), ReplyHiding.makeButton @, 'hide'
|
||||
|
||||
getHiddenPosts: ->
|
||||
hiddenPosts = $.get "hiddenPosts.#{g.BOARD}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user