From a9966e7c8434733982efd786492225517f7b2d89 Mon Sep 17 00:00:00 2001 From: golub Date: Thu, 18 Jun 2020 15:28:46 +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 ad07781..aef5341 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("iframe_06")); + liveplayer(document.querySelector("#week_06"),document.querySelector("#resources_06")); document.querySelector("#iframe").addEventListener("load",function(){ document.querySelector("#shell_03").classList.remove("hidden"); });