summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/LoadingBar.vue
diff options
context:
space:
mode:
authorUdo Walter2019-03-03 02:10:07 +0100
committerUdo Walter2019-03-03 02:10:07 +0100
commit20343840303acc60deaeadbf6187a5497482a7a3 (patch)
tree2a6369ff693a0679ee1513b47f3b62e3dc8f494b /webapp/src/components/LoadingBar.vue
parent[webapp/datatable] new loading bar (diff)
downloadbas-20343840303acc60deaeadbf6187a5497482a7a3.tar.gz
bas-20343840303acc60deaeadbf6187a5497482a7a3.tar.xz
bas-20343840303acc60deaeadbf6187a5497482a7a3.zip
[webapp] small bugfixes + eslint fixes + color fix
Diffstat (limited to 'webapp/src/components/LoadingBar.vue')
-rw-r--r--webapp/src/components/LoadingBar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/LoadingBar.vue b/webapp/src/components/LoadingBar.vue
index 6f1790d..32495ef 100644
--- a/webapp/src/components/LoadingBar.vue
+++ b/webapp/src/components/LoadingBar.vue
@@ -47,7 +47,7 @@ export default {
this.loadingValue = 100
this.loadingTimeout = setTimeout(() => { this.loadingBar = false }, 500)
}
- },
+ }
},
methods: {
increaseLoadingValue () {