• Resolved shecky

    (@shecky)


    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.

    https://www.ads-software.com/plugins/wp-accessibility/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Thanks for noting – I’m staring at the code now, trying to figure out what my intention was. The change you suggest is *more* correct, but I don’t think it’s what I intended.

    Plugin Author Joe Dolson

    (@joedolson)

    All right. I can see the intention, and will adjust the code appropriately. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Javascript little bug’ is closed to new replies.