From 9f27f501390bdd8573463ac01428faf16eee4554 Mon Sep 17 00:00:00 2001 From: Elisa Foltyn Date: Wed, 20 Mar 2019 11:20:30 +0100 Subject: [PATCH] Update default.php Remove commet to avoid bugs connected with the comment --- mod_ccctwoclick/tmpl/default.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mod_ccctwoclick/tmpl/default.php b/mod_ccctwoclick/tmpl/default.php index f859794..8671b3b 100644 --- a/mod_ccctwoclick/tmpl/default.php +++ b/mod_ccctwoclick/tmpl/default.php @@ -70,7 +70,6 @@ function enableContent() { } document.getElementById("ccctc-").addEventListener("click",function(e) { - // e.target was the clicked element if (e.target && e.target.matches("a.ccctwoclickreveal-")) { enableContent(); }