Update '12/index.html'

master
Claxhanson 4 years ago
parent 5af1e09d75
commit 3ea8707c3f

@ -27,7 +27,7 @@
<div id="info"><div id="title"></div><div id="authors"></div>
</div>
<div id="resources_05" class=""><iframe name="resources_05" id="iframe" src='resources_05.html'></iframe></div>
<div id="resources_05" class=""><iframe name="resources_05" id="iframe" class="resources_iframe" src='resources_05.html'></iframe></div>
<!-- <div id="info"><div id="title"></div><div id="authors"></div> -->
<div id="week_05">
<div class="schedule_05">PROGRAMME #12.5<br>11/06 at 16:00 (UTC+2)</div>
@ -57,7 +57,7 @@
<!-- <p>
live comment during the broadcast: <br><a href="https://pad.xpub.nl/p/radio_implicancies_12.4" target="etherpad"> >> ETHERPAD << </a>&nbsp;&nbsp;
</p> -->
<div id="etherpad" class="hidden">live comment during the broadcast: <br><a href="https://pad.xpub.nl/p/radio_implicancies_12.5" class="link_05" target="etherpad"> >> ETHERPAD << </a><iframe name="etherpad" id="iframe2" ></iframe></div>
<div id="etherpad" class="hidden">live comment during the broadcast: <br><a href="https://pad.xpub.nl/p/radio_implicancies_12.5" class="link_05 etherpadlink" target="etherpad"> >> ETHERPAD << </a><iframe name="etherpad" id="iframe2" ></iframe></div>
<div id="info"><div id="title"></div><div id="authors"></div>
</div>
<br><br>
@ -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");
});
</script>

Loading…
Cancel
Save