Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of anchor_popup function to let it build some accessible links ... #1012

Closed
wants to merge 1 commit into from
Closed

Commits on Feb 4, 2012

  1. Update of anchor_popup function to let it build some accessible lin…

    …ks ...
    
    
    Just some few changes:
    -   replace the `javascript:void(0)` instruction by the URL for the `href` attribute,
    -   add a `target=_blank` attribute,
    -   add a `return false` instruction to the end of the `onclick` attribute.
    
    This way, if the browser can execute JS the popup will be open just as usual, and if it doesn't a new window will be open ...
    PieroWbmstr committed Feb 4, 2012
    Configuration menu
    Copy the full SHA
    317fdb7 View commit details
    Browse the repository at this point in the history