From a7b710a2f8df922ffa99f7f0af8e438efaf7edd3 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Sun, 8 Sep 2019 21:19:28 +0900 Subject: 広告ブロッカーの警告を削除 (#5408) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * remove f*ckadbloack * follow-buttonが消されないように * revert version * remove locales --- src/client/app/desktop/script.ts | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/client/app/desktop/script.ts') diff --git a/src/client/app/desktop/script.ts b/src/client/app/desktop/script.ts index 15365e9d5d..914e162c9a 100644 --- a/src/client/app/desktop/script.ts +++ b/src/client/app/desktop/script.ts @@ -9,7 +9,6 @@ import VueRouter from 'vue-router'; import './style.styl'; import init from '../init'; -import fuckAdBlock from '../common/scripts/fuck-ad-block'; import composeNotification from '../common/scripts/compose-notification'; import MkHome from './views/home/home.vue'; @@ -203,13 +202,6 @@ init(async (launch, os) => { // Launch the app const [app, _] = launch(router); - if (os.store.getters.isSignedIn) { - /** - * Fuck AD Block - */ - fuckAdBlock(app); - } - /** * Init Notification */ -- cgit v1.2.3-freya