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