mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-07 11:59:18 +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();
|
||||
console.log(geom);
|
||||
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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user