|
|
|
@ -72,14 +72,14 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div></div>
|
|
|
|
|
|
|
|
|
|
<div id="comment06">
|
|
|
|
|
<!-- <div id="comment06">
|
|
|
|
|
<button id="comment_btn"> ETHERPAD </button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="etherpad_06" class="e06_hidden">
|
|
|
|
|
<div id="etherpad_06header">click here to move</div>
|
|
|
|
|
<iframe id="iframe_pad06" src="https://pad.xpub.nl/p/radio_implicancies_12.6" ></iframe>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
<div id="chat06">
|
|
|
|
|
<button id="chat_btn"> CHAT </button>
|
|
|
|
@ -361,7 +361,8 @@ $("#etherpad_drag").draggable({handle: '#etherpad_drag_header'});
|
|
|
|
|
|
|
|
|
|
// Implicancies 12.6
|
|
|
|
|
//Make the PAD DIV element draggagle:
|
|
|
|
|
dragElement(document.getElementById("etherpad_06"));
|
|
|
|
|
|
|
|
|
|
//dragElement(document.getElementById("etherpad_06"));
|
|
|
|
|
dragElement(document.getElementById("chatwindow"));
|
|
|
|
|
|
|
|
|
|
function dragElement(elmnt) {
|
|
|
|
@ -405,11 +406,11 @@ function dragElement(elmnt) {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$(document).ready(function(){
|
|
|
|
|
$("#comment_btn").click(function(){
|
|
|
|
|
$("#etherpad_06").toggle();
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
//$(document).ready(function(){
|
|
|
|
|
// $("#comment_btn").click(function(){
|
|
|
|
|
// $("#etherpad_06").toggle();
|
|
|
|
|
// });
|
|
|
|
|
//});
|
|
|
|
|
|
|
|
|
|
$(document).ready(function(){
|
|
|
|
|
$("#chat_btn").click(function(){
|
|
|
|
|