Skip to content

Commit

Permalink
Removed code that applied longdesc attribute to Lightbox cboxLoadedCo…
Browse files Browse the repository at this point in the history
…ntent div (not permitted on non-image elements).
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Apr 2, 2013
1 parent 13592d7 commit cb7af5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/workers/lightbox.js
Expand Up @@ -71,7 +71,6 @@
$currImg.attr('aria-describedby', describedBy);
}
if (typeof longdesc !== 'undefined') {
$lbLoadedContent.attr('longdesc', longdesc);
$currImg.attr('longdesc', longdesc);
}
}
Expand Down

0 comments on commit cb7af5e

Please sign in to comment.