mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-07 11:59:18 +00:00
fix(webterminal.js): forget rowHeight and colWidth
This commit is contained in:
parent
234f79857c
commit
b879e724e2
@ -1,8 +1,8 @@
|
||||
/**
|
||||
* Created by liuzheng on 3/3/16.
|
||||
*/
|
||||
//var rowHeight = 1;
|
||||
//var colWidth = 1;
|
||||
var rowHeight = 1;
|
||||
var colWidth = 1;
|
||||
//function WSSHClient() {
|
||||
//}
|
||||
//WSSHClient.prototype._generateEndpoint = function (options) {
|
||||
|
Loading…
Reference in New Issue
Block a user