mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-07 18:44:13 +00:00
Merge branch 'master' into master-2.2.22
This commit is contained in:
commit
b048a846e0
@ -25,7 +25,7 @@ export class BundledServerFinderComponent implements OnInit {
|
||||
|
||||
if (parseInt(this.document.location.port, 10)) {
|
||||
port = parseInt(this.document.location.port, 10);
|
||||
} else if (location.protocol == "https:") {
|
||||
} else if (this.document.location.protocol == "https:") {
|
||||
port = 443;
|
||||
} else {
|
||||
port = 80;
|
||||
|
Loading…
x
Reference in New Issue
Block a user