bug fix: update terminal to use tornado

This commit is contained in:
Usman Nasir
2020-05-31 23:49:29 +05:00
parent 55eff1a850
commit 6007f7f9bc
3 changed files with 171 additions and 17 deletions

View File

@@ -73,16 +73,6 @@ function connect() {
if (remember) {
store(options)
}
// if (check()) {
// openTerminal(options)
// } else {
// for (var key in validResult) {
// if (!validResult[key]) {
// alert(errorMsg[key]);
// break;
// }
// }
// }
openTerminal(options)
}