Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
😋 Fix (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Jun 16, 2020
1 parent 9665524 commit 2416342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_kpu/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class AppComponent implements OnInit {
this.gs.log(`[IFRAME-PROTOCOL] 'https' Detected, Changing To HTTP Instead.`);
window.location.protocol = 'http:';
window.location.reload();
}, 1234);
}, 5678);
}
this.router.events
.pipe(filter((event) => event instanceof NavigationEnd))
Expand Down

0 comments on commit 2416342

Please sign in to comment.