This commit is contained in:
huang 2017-07-14 21:37:33 +08:00
parent f178753f56
commit dc6e5457cd
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
// 本地版
var html_local ="<iframe src='http://127.0.0.1:9527?Host=106.75.96.108&Port=40054&Username=root&Password=123123&Gameid=" +data.game_id + "'" + " style='width:100%;border:0;' scrolling='no' id='game_webssh'></iframe>";
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);