Skip to content

Commit

Permalink
Update default.php
Browse files Browse the repository at this point in the history
Remove commet to avoid bugs connected with the comment
  • Loading branch information
coolcat-creations authored Mar 20, 2019
1 parent c7783d7 commit 9f27f50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod_ccctwoclick/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ function enableContent() {
}

document.getElementById("ccctc-<?php echo $moduleId; ?>").addEventListener("click",function(e) {
// e.target was the clicked element
if (e.target && e.target.matches("a.ccctwoclickreveal-<?php echo $moduleId; ?>")) {
enableContent();
}
Expand Down

0 comments on commit 9f27f50

Please sign in to comment.