This commit is contained in:
Colin McMillen 2021-06-29 15:51:25 -04:00
parent 6e99e041af
commit 1050852ce7

View File

@ -15,10 +15,10 @@ For more details, check my [resumé](resume.html) & [publications](publications.
<script> <script>
const mailtoArray = [ const mailtoArray = [
"m", "a", "i", "l", "t", "o", ":", 'm', 'a', 'i', 'l', 't', 'o', ':',
"c", "o", "l", "i", "n", "@", 'c', 'o', 'l', 'i', 'n', '@',
"m", "c", "m", "i", "l", "l", "e", "n", 'm', 'c', 'm', 'i', 'l', 'l', 'e', 'n',
".", "d", "e", "v"]; '.', 'd', 'e', 'v'];
const mailtoLink = mailtoArray.join(''); const mailtoLink = mailtoArray.join('');
const anchors = document.getElementsByTagName('a'); const anchors = document.getElementsByTagName('a');
for (let i = 0; i < anchors.length; i++) { for (let i = 0; i < anchors.length; i++) {