We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d2cb10 + ac505e1 commit ac53eb6Copy full SHA for ac53eb6
1 file changed
assets/js/hidden_url.js
@@ -1,11 +1,13 @@
1
-function sendEmail() {
+function sendEmail(e) {
2
+ e.preventDefault();
3
const x = 'info';
4
const y = 'makespacemadrid';
5
const emailAddress = `${x}@${y}.org`;
6
window.location.href = `mailto:${emailAddress}`;
7
}
8
-function openTelegramLink() {
9
+function openTelegramLink(e) {
10
11
const x = 'makespacemadridorg';
12
const telegramUrl = `https://t.me/${x}`;
13
window.open(telegramUrl, '_blank');
0 commit comments