Browse Source

Removed status message without trying connection

pull/83/head
Sheng 5 years ago
parent
commit
750378e8f0
  1. 2
      webssh/static/js/main.js

2
webssh/static/js/main.js

@ -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…
Cancel
Save