From 5569c8191ae02f109254282b5943e3ed40032018 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 9 Jul 2022 03:20:53 +1000 Subject: Replace CGI script with WSGI script and dev server --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index e379a1d..77de7ca 100644 --- a/src/App.vue +++ b/src/App.vue @@ -780,7 +780,7 @@ export default defineComponent({ primeLoadInd(msg: string){ this.pendingLoadingRevealHdlr = setTimeout(() => { this.loadingMsg = msg; - }, 300); + }, 500); }, endLoadInd(){ clearTimeout(this.pendingLoadingRevealHdlr); -- cgit v1.2.3