From d34148879347c30db04e79c5fbe9e1eca17ddd81 Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Thu, 11 Jun 2020 15:51:28 +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 ae3ddff..d770d3a 100644 --- a/12/index.html +++ b/12/index.html @@ -283,7 +283,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_05"),document.querySelector("#iframe_05")); + liveplayer(document.querySelector("#week_05"),document.querySelector("iframe.resources_iframe")); document.querySelector("#iframe").addEventListener("load",function(){ document.querySelector("#shell_03").classList.remove("hidden"); });