From fc3317c445ed1f6e8dc116233f43eddf21141f07 Mon Sep 17 00:00:00 2001 From: chme Date: Sun, 14 Oct 2018 11:24:08 +0200 Subject: [PATCH] [web-src] Remove links to forked-daapd-web --- web-src/src/pages/PageAbout.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/web-src/src/pages/PageAbout.vue b/web-src/src/pages/PageAbout.vue index bbe786f1..863831bb 100644 --- a/web-src/src/pages/PageAbout.vue +++ b/web-src/src/pages/PageAbout.vue @@ -68,7 +68,7 @@

Compiled with support for {{ config.buildoptions | join }}.

-

Web interface v{{ version }} built with Bulma, Material Design Icons, Vue.js, axios and more.

+

Web interface built with Bulma, Material Design Icons, Vue.js, axios and more.

@@ -83,12 +83,6 @@ import webapi from '@/webapi' export default { name: 'PageAbout', - data () { - return { - 'version': process.env.V2 - } - }, - computed: { config () { return this.$store.state.config