aa312898 by Jeff Balicki

commit

1 parent 8cafabce
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
78 <dd>http://<?php echo $_GET['d'];?>/<span><?php echo $id;?></span></dd> 78 <dd>http://<?php echo $_GET['d'];?>/<span><?php echo $id;?></span></dd>
79 </dl> 79 </dl>
80 80
81 <button style="margin-top:20px; width:100px;" id="disconnect" >Disconnect</button> 81 <?php /*?> <button style="margin-top:20px; width:100px;" id="disconnect" >Disconnect</button><?php */?>
82 <script type = 'text/javascript'> 82 <script type = 'text/javascript'>
83 83
84 $('#client_menu').on('change',function(){ 84 $('#client_menu').on('change',function(){
......