Javascript little bug
-
Hi Joe!
I find a little javascript bug in your plugin.
At row 597 of wp-accessibility.php the code:
$skiplinks_js = ( $output ) ? "$('body').prepend('$output'); $('#$output').attr('tabindex','-1');" : '';
should be replaced with:
$skiplinks_js = ( $output ) ? "$('body').prepend('$output'); $('$output').attr('tabindex','-1');" : '';
Regards.
Davide.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Javascript little bug’ is closed to new replies.