forked from leftypol/leftypol
Allow post-hover.js to work with forced-anon.js
This commit is contained in:
parent
68e873315a
commit
e34de4e09d
2 changed files with 3 additions and 1 deletions
|
@ -55,6 +55,8 @@ $(document).ready(function(){
|
|||
context: document.body,
|
||||
success: function(data) {
|
||||
post = $('div.post:first').prepend($(data).find('div.post#reply_' + id).css('display', 'none').addClass('hidden')).find('div.post#reply_' + id);
|
||||
if(localStorage['forcedanon'])
|
||||
enable_fa();
|
||||
start_hover(link, post);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue