mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-21 02:01:19 +00:00
Update help.component.ts
This commit is contained in:
parent
16bf6ebffa
commit
4f33fb49f9
@ -15,7 +15,7 @@ export class HelpComponent implements OnInit {
|
||||
) {}
|
||||
|
||||
ngOnInit() {
|
||||
this.httpClient.get('/3rdpartylicenses.txt', {responseType: 'text'})
|
||||
this.httpClient.get(window.location.href + '/3rdpartylicenses.txt', {responseType: 'text'})
|
||||
.subscribe(data => {
|
||||
this.thirdpartylicenses = data.replace(new RegExp('\n', 'g'), "<br />")
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user