From af79503ab6edb40fb67f7e92a18295b97b075d1a Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Sat, 1 Jul 2023 22:09:34 +0200 Subject: [PATCH] [web] Lint source code --- web-src/src/pages/PageAbout.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/web-src/src/pages/PageAbout.vue b/web-src/src/pages/PageAbout.vue index 4e032d55..7cf3d1c3 100644 --- a/web-src/src/pages/PageAbout.vue +++ b/web-src/src/pages/PageAbout.vue @@ -155,13 +155,6 @@ import * as types from '@/store/mutation_types' export default { name: 'PageAbout', - data() { - return { - show_update_dropdown: false, - show_update_library: false - } - }, - computed: { config() { return this.$store.state.config @@ -172,9 +165,6 @@ export default { }, methods: { - onClickOutside(event) { - this.show_update_dropdown = false - }, showUpdateDialog() { this.$store.commit(types.SHOW_UPDATE_DIALOG, true) }