Merge branch 'master' into menu

This commit is contained in:
Nicolas Stepien 2012-06-24 19:03:01 +02:00
commit 2ffcf7bb8e
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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