update jquery to 1.10.2; change "bind" to "on" everywhere; fixes vichan-devel#27
This commit is contained in:
@@ -76,7 +76,7 @@ $(document).ready(function(){
|
||||
show_hide_hide_images_buttons();
|
||||
}
|
||||
|
||||
$(document).bind('new_post', function(e, post) {
|
||||
$(document).on('new_post', function(e, post) {
|
||||
if (hide_images) {
|
||||
$(post).find('img.post-image').each(hideImage);
|
||||
}
|
||||
|
Reference in New Issue
Block a user