Fix url not changing bug

This commit is contained in:
balazs 2019-01-22 16:04:35 +01:00
parent 0269512b76
commit 80f3dbbf1c
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ export class DashboardComponent implements OnInit, OnDestroy {
}
changeIframeURL() {
this.webiframe.nativeElement.contentWindow.frames.location.pathname = this.actualIframeUrl;
this.webiframe.nativeElement.contentWindow.frames.location.pathname = this.urlbar.nativeElement.value;
}
pollingServerForIframeReload() {