From 491df0e8366eb523e9a6d3aac65d0627ffe5d5e4 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Sat, 11 May 2019 00:50:51 +0200 Subject: [PATCH] fix comment --- src/mailgo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mailgo.js b/src/mailgo.js index 34e9b61..c801bf3 100644 --- a/src/mailgo.js +++ b/src/mailgo.js @@ -225,7 +225,7 @@ mailgoInit = () => { // clock the mailto: classic behaviour event.preventDefault(); - // modal is now active (showing) + // modal is now showing mailgo.nextElementSibling.style.display = "flex"; }, false