update jquery to 1.10.2; change "bind" to "on" everywhere; fixes vichan-devel#27
This commit is contained in:
@@ -61,7 +61,7 @@ $(document).ready(function(){
|
||||
hideLockedThread(getThreadFromIcon($(this)));
|
||||
});
|
||||
}
|
||||
$(document).bind('new_post', function(e, post) {
|
||||
$(document).on('new_post', function(e, post) {
|
||||
if (hide_locked_threads) {
|
||||
$(post).find('img.icon[title="Locked"], i.fa-lock.fa').each(function() {
|
||||
hideLockedThread(getThreadFromIcon($(this)));
|
||||
|
Reference in New Issue
Block a user