mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-20 04:36:42 +00:00
Fix title by using default port
This commit is contained in:
@@ -406,7 +406,7 @@ jQuery(function($){
|
||||
if (!hostname) {
|
||||
msg = 'Need value hostname';
|
||||
} else if (!port) {
|
||||
msg = '';
|
||||
port = 22;
|
||||
} else if (!username) {
|
||||
msg = 'Need value username';
|
||||
} else if (!hostname_tester.test(hostname)) {
|
||||
|
||||
Reference in New Issue
Block a user