From 23ea3d62c16054099cfafae8b45ef3e3b96b684c Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Tue, 9 Jun 2020 18:41:26 +0200 Subject: [PATCH] Update '12/index.html' --- 12/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/index.html b/12/index.html index 9bf6a41..f5003d8 100644 --- a/12/index.html +++ b/12/index.html @@ -283,7 +283,7 @@ document.querySelector("#implicancies_05 .etherpadlink").addEventListener("click",function(e){ console.log("click", e); - document.querySelector("#implicancies_05 .etherpad_iframe").parentNode.classList.toggle("hidden"); + document.querySelector("#implicancies_05 .etherpad_iframe").classList.toggle("hidden"); if(iframe_loaded){ console.log("preventDefault") e.preventDefault()