update jquery to 1.10.2; change "bind" to "on" everywhere; fixes vichan-devel#27
This commit is contained in:
@@ -79,7 +79,7 @@ $(document).ready(function() {
|
||||
if(forced_anon)
|
||||
enable_fa();
|
||||
|
||||
$(document).bind('new_post', function(e, post) {
|
||||
$(document).on('new_post', function(e, post) {
|
||||
if(forced_anon)
|
||||
$(post).find('p.intro label').each(force_anon);
|
||||
});
|
||||
|
Reference in New Issue
Block a user