From a4e2aed9710673b1b25b8fe453e41915c3e0c37b Mon Sep 17 00:00:00 2001 From: golub Date: Thu, 18 Jun 2020 15:26:54 +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 ff5bf39..ad07781 100644 --- a/12/index.html +++ b/12/index.html @@ -334,7 +334,7 @@ $("#etherpad_drag").draggable({handle: '#etherpad_drag_header'}); player(document.querySelector("#week_03")); player(document.querySelector("#week_02")); player(document.querySelector("#week_01")); - liveplayer(document.querySelector("#week_06"),document.querySelector("resources_06")); + liveplayer(document.querySelector("#week_06"),document.querySelector("iframe_06")); document.querySelector("#iframe").addEventListener("load",function(){ document.querySelector("#shell_03").classList.remove("hidden"); });