Skip to content

Commit

Permalink
js
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamAngle committed Sep 17, 2024
1 parent 0709645 commit 772d842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/common.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const email = "VUVkRloyRklTbXhhYWpCcFlsZEdjR0pJVW5aUGJVWnJXVmN4UVZsWE5XNWlSMVYxV2tkV01rbHFOV2hhUjBaMFVVZEdkVm95ZUd4TWJWSnNaR3AzZGxsVU5EMD0=";
const email = "VUVkRloyRklTbXhhYWpCcFlsZEdjR0pJVW5aUGJYQm9Zekl4Y0dKdFZrRlpWelZ1WWtkVmRWcEhWakpKYWpWeFdWaE9kR0ZYTld4UlIwWjFXako0YkV4dFVteGthbmQyV1ZRMFBRPT0=";
document.getElementById('show-email').addEventListener('click',function(event) {
event.preventDefault();
document.getElementById('email-contents').innerHTML = atob(atob(atob(email)));
Expand Down

0 comments on commit 772d842

Please sign in to comment.