From 3ea8707c3f5aa11d657292f4e8807b9b65d98a69 Mon Sep 17 00:00:00 2001 From: Claxhanson Date: Tue, 9 Jun 2020 16:45:44 +0200 Subject: [PATCH] Update '12/index.html' --- 12/index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/12/index.html b/12/index.html index d93bead..8dbfdf0 100644 --- a/12/index.html +++ b/12/index.html @@ -27,7 +27,7 @@
-
+
PROGRAMME #12.5
11/06 at 16:00 (UTC+2)
@@ -57,7 +57,7 @@ - +


@@ -291,6 +291,13 @@ document.querySelector("#iframe2").addEventListener("load",function(){ document.querySelector("#etherpad").classList.remove("hidden"); }); + + document.querySelector("#week_05 .etherpadlink").addEventListener("click",function(e){ + console.log("click", e); + document.querySelector("#week_05 .resources_iframe").classList.toggle("hidden"); + }); + +