mirror of https://github.com/huashengdun/webssh
Removed status message without trying connection
parent
cf13ec8456
commit
750378e8f0
|
@ -791,7 +791,7 @@ jQuery(function($){
|
|||
if (url_form_data.hostname && url_form_data.username) {
|
||||
connect(url_form_data);
|
||||
} else {
|
||||
log_status('Values of hostname and username are required.');
|
||||
console.log('Values of hostname and username are required.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue