mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-08 04:19:03 +00:00
fix(webterminal.js): }) bug
This commit is contained in:
parent
2bd3fdb4e7
commit
e7976e4235
@ -131,7 +131,7 @@ $(document).ready(function () {
|
|||||||
var geom = resize();
|
var geom = resize();
|
||||||
console.log(geom);
|
console.log(geom);
|
||||||
term_client.term.resize(geom.cols, geom.rows);
|
term_client.term.resize(geom.cols, geom.rows);
|
||||||
term_client.client.send(JSON.stringify({'data':{'resize': {'rows': geom.rows, 'cols': geom.cols}});
|
term_client.client.send(JSON.stringify({'data':{'resize': {'rows': geom.rows, 'cols': geom.cols}}}));
|
||||||
$('#ssh').show();
|
$('#ssh').show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user