Allow post-hover.js to work with forced-anon.js
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
$(document).ready(function(){
|
||||
var enable_fa = function() {
|
||||
enable_fa = function() {
|
||||
$('p.intro label').each(function() {
|
||||
if($(this).children('a.capcode').length == 0) {
|
||||
var id = $(this).parent().children('a.post_no:eq(1)').text();
|
||||
|
Reference in New Issue
Block a user