God damn.

This commit is contained in:
Nicolas Stepien 2012-02-22 02:55:36 +01:00
parent a5c1461de8
commit d14206f0e3
3 changed files with 3 additions and 2 deletions

View File

@ -630,7 +630,7 @@
},
email: function(root) {
var mail;
if (!(mail = $('.linkmail', root))) return mail.href;
if (mail = $('.linkmail', root)) return mail.href;
return false;
},
subject: function(root, isOP) {

View File

@ -3,6 +3,7 @@ master
2.27.1
- Mayhem
Fix stubs with the new filter.
Fix mail filtering.
The MD5 will now check for exact string matching, it will not use regular expressions.
2.27.0

View File

@ -544,7 +544,7 @@ filter =
return trip.textContent
false
email: (root) ->
unless mail = $ '.linkmail', root
if mail = $ '.linkmail', root
return mail.href
false
subject: (root, isOP) ->