Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Updated JS to be more Firefox-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongustafson committed Feb 18, 2013
1 parent e794a5c commit adcea76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
while ( len-- )
{
em = ems[len];
text = em.innerText;
text = em.textContent || em.innerText;

if ( text.indexOf( AT ) > -1 &&
text.indexOf( DOT ) > -1 )
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit adcea76

Please sign in to comment.