p.body changed to div.body
This commit is contained in:
@@ -23,7 +23,7 @@ $(document).ready(function(){
|
||||
OP = $('div.post.op a.post_no:eq(1)').text();
|
||||
}
|
||||
|
||||
$(this).find('p.body a:not([rel="nofollow"])').each(function() {
|
||||
$(this).find('div.body a:not([rel="nofollow"])').each(function() {
|
||||
var postID;
|
||||
|
||||
if(postID = $(this).text().match(/^>>(\d+)$/))
|
||||
|
Reference in New Issue
Block a user