Send correct content-types.

This commit is contained in:
softsimon
2020-07-18 18:46:33 +07:00
parent 66c565a3d7
commit 5198c3a5af
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;
}
}