diff --git a/src/components/ConnectingDialog.vue b/src/components/ConnectingDialog.vue index 064b3257..9e2e285b 100644 --- a/src/components/ConnectingDialog.vue +++ b/src/components/ConnectingDialog.vue @@ -8,7 +8,7 @@ - Connecting failed to {{ parseInt(port) !== 80 ? hostname+":"+port : hostname }} + Connecting failed to {{ parseInt(port) !== 80 && port !== "" ? hostname+":"+port : hostname }} @@ -16,7 +16,7 @@ -

Cannot not connect to {{ parseInt(port) !== 80 ? hostname+":"+port : hostname }}.

+

Cannot not connect to {{ parseInt(port) !== 80 && port !== "" ? hostname+":"+port : hostname }}.

try again