This commit is contained in:
parent
f178753f56
commit
dc6e5457cd
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue