diff options
| -rw-r--r-- | docs/assets/js/site.js | 2 | ||||
| -rw-r--r-- | docs/portfolio/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/js/site.js b/docs/assets/js/site.js index 44863e2..b0ee65c 100644 --- a/docs/assets/js/site.js +++ b/docs/assets/js/site.js @@ -22,7 +22,7 @@ const site = (function () { setTimeout(() => { document.body.classList.remove("loading"); // navigateHash(window.location.hash) - const email = atob("eGVuYXZlY3RyYTkwOUBnbWFpbC5jb20="); + const email = atob("eGVuYUB4ZW5hdmVjdHJhLmNvbQ=="); document.querySelector("#email_addr").href = "mailto:" + email; document.querySelector("#email_addr").innerHTML = email; }, 0); diff --git a/docs/portfolio/index.html b/docs/portfolio/index.html index 07525b4..c99d548 100644 --- a/docs/portfolio/index.html +++ b/docs/portfolio/index.html @@ -176,7 +176,7 @@ s.setAttribute('src', window.location.href.match('asdf') ? './index.js' : './index.js?' + Date.now()); document.body.appendChild(s); (function(){ - var e = atob('eGVuYXZlY3RyYTkwOUBnbWFpbC5jb20=') + var e = atob("eGVuYUB4ZW5hdmVjdHJhLmNvbQ==") address.setAttribute("href", 'mailto:' + e) address.innerHTML = e })() |
