diff --git a/12/index.html b/12/index.html index 975ae9b..9af5df7 100644 --- a/12/index.html +++ b/12/index.html @@ -72,14 +72,14 @@ -
+
@@ -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(){