diff --git a/static/js/webterminal.js b/static/js/webterminal.js index e4a66e934..7be5a7ce4 100644 --- a/static/js/webterminal.js +++ b/static/js/webterminal.js @@ -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) {