collect static
This commit is contained in:
parent
7e0733dd77
commit
a15adb5ca7
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue