" -> '
This commit is contained in:
parent
6e99e041af
commit
1050852ce7
@ -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++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user