aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-09 03:20:53 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-09 04:36:52 +1000
commit5569c8191ae02f109254282b5943e3ed40032018 (patch)
tree0ec5c2f6176c470aaeaa41be9bfbb0825554b764 /src/App.vue
parent347f5127929b17671c75734af5a374ec4f39b5ae (diff)
Replace CGI script with WSGI script and dev server
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
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);