pre_develop
hjm 6 years ago
parent b3ffa73ed1
commit c0cc11b79f

@ -153,7 +153,10 @@ var EXPAND = 0; // 放大
var SHRINK = 1; // 缩小
var repositoryTabHeight = 40
function _resizeTpiPanel = () {
$("#game_left_contents").width('400px');
$("#game_right_contents").width( $(".labelN").width() - 400 + 'px');
}
$(function(){
function update_rows_and_cols(rows) {
var _iframe = document.getElementById("game_webssh");

@ -387,6 +387,10 @@ pop_box_new(htmlvalue, 480, 182);
currentGamePassed: false,
loading: false,
testSetsExpandedArray: testSetsExpandedArrayInitVal.slice(0),
}, () => {
if (resData.shixun.vnc == true) {
window._resizeTpiPanel()
}
})
window.document.title = resData.shixun.name

Loading…
Cancel
Save