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