summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-09 19:53:15 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-09 19:53:15 +0900
commit84ffcb967267b36bf8eff50a77c5b89b698f648c (patch)
tree85d26be8d4892ca7dce81b87ba84fa6546437b29 /src/client
parentFix bug (diff)
downloadsharkey-84ffcb967267b36bf8eff50a77c5b89b698f648c.tar.gz
sharkey-84ffcb967267b36bf8eff50a77c5b89b698f648c.tar.bz2
sharkey-84ffcb967267b36bf8eff50a77c5b89b698f648c.zip
Clean up
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/desktop/views/components/ui.header.nav.vue10
-rw-r--r--src/client/app/mobile/views/components/ui.nav.vue1
2 files changed, 1 insertions, 10 deletions
diff --git a/src/client/app/desktop/views/components/ui.header.nav.vue b/src/client/app/desktop/views/components/ui.header.nav.vue
index 7582e8afce..5d7ae0a4e6 100644
--- a/src/client/app/desktop/views/components/ui.header.nav.vue
+++ b/src/client/app/desktop/views/components/ui.header.nav.vue
@@ -23,19 +23,12 @@
</a>
</li>
</template>
- <li class="ch">
- <a :href="chUrl" target="_blank">
- %fa:tv%
- <p>%i18n:desktop.tags.mk-ui-header-nav.ch%</p>
- </a>
- </li>
</ul>
</div>
</template>
<script lang="ts">
import Vue from 'vue';
-import { chUrl } from '../../../config';
import MkMessagingWindow from './messaging-window.vue';
import MkGameWindow from './game-window.vue';
@@ -45,8 +38,7 @@ export default Vue.extend({
hasUnreadMessagingMessages: false,
hasGameInvitations: false,
connection: null,
- connectionId: null,
- chUrl
+ connectionId: null
};
},
mounted() {
diff --git a/src/client/app/mobile/views/components/ui.nav.vue b/src/client/app/mobile/views/components/ui.nav.vue
index 764f9374e6..f96e285407 100644
--- a/src/client/app/mobile/views/components/ui.nav.vue
+++ b/src/client/app/mobile/views/components/ui.nav.vue
@@ -21,7 +21,6 @@
<li><router-link to="/othello">%fa:gamepad%ゲーム<template v-if="hasGameInvitations">%fa:circle%</template>%fa:angle-right%</router-link></li>
</ul>
<ul>
- <li><a :href="chUrl" target="_blank">%fa:tv%%i18n:mobile.tags.mk-ui-nav.ch%%fa:angle-right%</a></li>
<li><router-link to="/i/drive">%fa:cloud%%i18n:mobile.tags.mk-ui-nav.drive%%fa:angle-right%</router-link></li>
</ul>
<ul>