p.body changed to div.body
This commit is contained in:
@@ -109,11 +109,11 @@ onready(function(){
|
||||
});
|
||||
};
|
||||
|
||||
$('p.body a:not([rel="nofollow"])').each(init_hover);
|
||||
$('div.body a:not([rel="nofollow"])').each(init_hover);
|
||||
|
||||
// allow to work with auto-reload.js, etc.
|
||||
$(document).bind('new_post', function(e, post) {
|
||||
$(post).find('p.body a:not([rel="nofollow"])').each(init_hover);
|
||||
$(post).find('div.body a:not([rel="nofollow"])').each(init_hover);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user