Merge branch 'master' into menu
This commit is contained in:
commit
2ffcf7bb8e
@ -690,7 +690,7 @@
|
||||
return false;
|
||||
},
|
||||
subject: function(post) {
|
||||
return $('.subject', post.el).textContent || false;
|
||||
return $('.postInfo .subject', post.el).textContent || false;
|
||||
},
|
||||
comment: function(post) {
|
||||
var data, i, nodes, text, _i, _ref;
|
||||
|
||||
@ -544,7 +544,7 @@ Filter =
|
||||
return mail.href[7..]
|
||||
false
|
||||
subject: (post) ->
|
||||
$('.subject', post.el).textContent or false
|
||||
$('.postInfo .subject', post.el).textContent or false
|
||||
comment: (post) ->
|
||||
text = []
|
||||
# XPathResult.ORDERED_NODE_SNAPSHOT_TYPE is 7
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user