fix hide link on images fetched with ajax
This commit is contained in:
parent
7d5899d3a7
commit
5f521adfd5
@ -96,6 +96,6 @@ $(document).ready(function(){
|
|||||||
$('div.post > a > img.post-image, div > a > img.post-image').each(handle_images);
|
$('div.post > a > img.post-image, div > a > img.post-image').each(handle_images);
|
||||||
|
|
||||||
$(document).on('new_post', function(e, post) {
|
$(document).on('new_post', function(e, post) {
|
||||||
$(post).find('> a > img.post-image').each(handle_images);
|
$(post).find('a > img.post-image').each(handle_images);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user