Fix Bisq API docs page from not expanding on load
This commit is contained in:
parent
2c3f425797
commit
95bb0fc265
@ -22,9 +22,6 @@ export class ApiDocsComponent implements OnInit {
|
|||||||
this.network$ = merge(of(''), this.stateService.networkChanged$);
|
this.network$ = merge(of(''), this.stateService.networkChanged$);
|
||||||
this.websocketService.want(['blocks']);
|
this.websocketService.want(['blocks']);
|
||||||
|
|
||||||
if (this.stateService.network === 'bisq') {
|
|
||||||
this.active = 2;
|
|
||||||
}
|
|
||||||
if (document.location.port !== '') {
|
if (document.location.port !== '') {
|
||||||
this.hostname = this.hostname + ':' + document.location.port;
|
this.hostname = this.hostname + ':' + document.location.port;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user