fix comment

This commit is contained in:
Matteo Manzinello 2019-05-11 00:50:51 +02:00
parent 820c668784
commit 491df0e836

View File

@ -225,7 +225,7 @@ mailgoInit = () => {
// clock the mailto: classic behaviour // clock the mailto: classic behaviour
event.preventDefault(); event.preventDefault();
// modal is now active (showing) // modal is now showing
mailgo.nextElementSibling.style.display = "flex"; mailgo.nextElementSibling.style.display = "flex";
}, },
false false