From 8974961276a0389a9538eea6f91f9f4842414779 Mon Sep 17 00:00:00 2001 From: golub Date: Thu, 18 Jun 2020 15:31:37 +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 aef5341..4bfc76a 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"); });