Send correct content-types.

This commit is contained in:
softsimon
2020-07-18 18:46:33 +07:00
parent c91b45d612
commit 0026b96ae1
2 changed files with 19 additions and 18 deletions

View File

@@ -25,7 +25,7 @@ export class AboutComponent implements OnInit {
if (this.stateService.network === 'bisq') {
this.active = 2;
}
if (document.location.port !== '443') {
if (document.location.port !== '') {
this.hostname = this.hostname + ':' + document.location.port;
}
}