From 892c59df7b01f38e48a0d5bb3fcf36852b531619 Mon Sep 17 00:00:00 2001 From: Claxhanson Date: Tue, 9 Jun 2020 18:23:41 +0200 Subject: [PATCH] Update '12/index.html' --- 12/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/12/index.html b/12/index.html index 0f9bf42..d34ed95 100644 --- a/12/index.html +++ b/12/index.html @@ -287,8 +287,10 @@ }else{ document.querySelector("#implicancies_05 .etherpad_iframe").parentNode.classList.add("hidden"); } + console.log("*",document.querySelector("#implicancies_05 .etherpad_iframe").src) if(document.querySelector("#implicancies_05 .etherpad_iframe").src){ - e.preventDefault() + console.log("preventDefault") + e.preventDefault() } });