mirror of
https://github.com/huashengdun/webssh.git
synced 2026-02-14 19:59:51 +00:00
Removed status message without trying connection
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user