修复命令行自适应问题

dev_home
tangjiang 5 years ago
parent 4b738e074b
commit d13ed29d89

@ -302,10 +302,10 @@ $(function(){
refresh_editor_monaco(m) refresh_editor_monaco(m)
var _iframe = document.getElementById("game_webssh"); // var _iframe = document.getElementById("game_webssh");
if(!_iframe){ // if(!_iframe){
return; // return;
} // }
var FF = !(window.mozInnerScreenX == null); var FF = !(window.mozInnerScreenX == null);
var websshLineHeight = FF ? 19 : 18 var websshLineHeight = FF ? 19 : 18

Loading…
Cancel
Save