Don't use 'mailto:' from email strings when filtering.
This commit is contained in:
parent
baab56b526
commit
fec14cfb16
@ -679,7 +679,7 @@
|
||||
email: function(post) {
|
||||
var mail;
|
||||
if (mail = $('.useremail', post.el)) {
|
||||
return mail.href;
|
||||
return mail.pathname;
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
@ -556,7 +556,7 @@ Filter =
|
||||
false
|
||||
email: (post) ->
|
||||
if mail = $ '.useremail', post.el
|
||||
return mail.href
|
||||
return mail.pathname
|
||||
false
|
||||
subject: (post) ->
|
||||
$('.subject', post.el).textContent or false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user