From 66a2fdc1741aa159c7dfaf1bba1b751ce4aedb28 Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 18 Aug 2017 16:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/games/_repository.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());