diff --git a/app/views/games/_repository.html.erb b/app/views/games/_repository.html.erb
index 9aaf66519..f8e8afd82 100644
--- a/app/views/games/_repository.html.erb
+++ b/app/views/games/_repository.html.erb
@@ -84,7 +84,7 @@
// 本地版
var html_local ="";
console.log(html);
- $("#codotab_con_2").html(html_local);
+ $("#codotab_con_2").html(html);
var h = $("#games_repository_contents").height() - $("#top_repository").height() - 10;
$("#game_webssh").css("min-height", h);
HoverLi_new(2);