fix js hide localsite error
This commit is contained in:
		
							parent
							
								
									8cab186b00
								
							
						
					
					
						commit
						9845854f3d
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
<script type="text/javascript">
 | 
					<script type="text/javascript">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
var local_host = "<%= request.host %>:<%= request.port %>";
 | 
					var local_host = "<%= request.host %>";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function hide_current_host_name(localhost) {
 | 
					function hide_current_host_name(localhost) {
 | 
				
			||||||
  $('input[type=checkbox]').each(function() {
 | 
					  $('input[type=checkbox]').each(function() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue