Skip to content

Commit

Permalink
Merge pull request #17 from networkteam/ad-global-variable
Browse files Browse the repository at this point in the history
Add global variable
  • Loading branch information
monofone authored Mar 12, 2019
2 parents a5e0546 + d980463 commit bd4eb91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Public/Scripts/nwt.mailobfuscation.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ function linkTo_UnCryptMailto(s, offset) {

location.href = 'mailto:' + decryptString(s, offset);
}

global.linkTo_UnCryptMailto = linkTo_UnCryptMailto;

0 comments on commit bd4eb91

Please sign in to comment.