update jquery to 1.10.2; change "bind" to "on" everywhere; fixes vichan-devel#27
This commit is contained in:
@@ -40,7 +40,7 @@ $(document).ready(function(){
|
||||
$('div.post.reply').each(showOPLinks);
|
||||
|
||||
// allow to work with auto-reload.js, etc.
|
||||
$(document).bind('new_post', function(e, post) {
|
||||
$(document).on('new_post', function(e, post) {
|
||||
$(post).each(showOPLinks);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user