fix js hide localsite error

This commit is contained in:
thomaschen 2013-10-11 14:39:56 +08:00 committed by Manson Wang
parent ad8bb72b07
commit 8f65da0a04
1 changed files with 1 additions and 1 deletions

View File

@ -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() {