diff --git a/app/views/games/_repository.html.erb b/app/views/games/_repository.html.erb index bced475e8..b28fc4639 100644 --- a/app/views/games/_repository.html.erb +++ b/app/views/games/_repository.html.erb @@ -79,7 +79,7 @@ var html = "
"; // 本地版 var html_local ="
"; - $("#codetab_con_2").html(html_local); + $("#codetab_con_2").html(html); $("#game_webssh").css("min-height", h); HoverLi_new(2); // console.log( $("#game_webssh").contentDocument.body.height());