From 241634215b1ceffc5fe8632219e83fab16ecb4d2 Mon Sep 17 00:00:00 2001 From: Bifeldy Date: Wed, 17 Jun 2020 01:02:25 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8B=20Fix=20(=3F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client_kpu/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_kpu/src/app/app.component.ts b/client_kpu/src/app/app.component.ts index a5166338..130bcdd8 100644 --- a/client_kpu/src/app/app.component.ts +++ b/client_kpu/src/app/app.component.ts @@ -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))