Update '12/index.html'

master
golub 4 years ago
parent 7059f5ac86
commit 4269f61b92

@ -409,7 +409,14 @@ $(document).ready(function(){
$("#comment_btn").click(function(){ $("#comment_btn").click(function(){
$("#etherpad_06").toggle(); $("#etherpad_06").toggle();
}); });
}); });
$(document).ready(function(){
$("#chat_btn").click(function(){
$("#chatwindow").toggle();
});
});
</script> </script>
</body> </body>

Loading…
Cancel
Save