el
This commit is contained in:
parent
12128ca153
commit
2e82405842
@ -633,7 +633,7 @@
|
||||
},
|
||||
uniqueid: function(post) {
|
||||
var uniqueid;
|
||||
if (uniqueid = $('.posteruid', post)) return uniqueid.textContent;
|
||||
if (uniqueid = $('.posteruid', post.el)) return uniqueid.textContent;
|
||||
return false;
|
||||
},
|
||||
tripcode: function(post) {
|
||||
|
||||
@ -557,7 +557,7 @@ filter =
|
||||
name = if post.isOP then $ '.postername', post.el else $ '.commentpostername', post.el
|
||||
name.textContent
|
||||
uniqueid: (post) ->
|
||||
if uniqueid = $ '.posteruid', post
|
||||
if uniqueid = $ '.posteruid', post.el
|
||||
return uniqueid.textContent
|
||||
false
|
||||
tripcode: (post) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user