diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2019-09-08 21:19:28 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-09-08 21:19:28 +0900 |
| commit | a7b710a2f8df922ffa99f7f0af8e438efaf7edd3 (patch) | |
| tree | d828e09ac9b0c7682e07c336f60160cf48bbdc50 /src/client/app/desktop/script.ts | |
| parent | AP Undo Announce (#5400) (diff) | |
| download | sharkey-a7b710a2f8df922ffa99f7f0af8e438efaf7edd3.tar.gz sharkey-a7b710a2f8df922ffa99f7f0af8e438efaf7edd3.tar.bz2 sharkey-a7b710a2f8df922ffa99f7f0af8e438efaf7edd3.zip | |
広告ブロッカーの警告を削除 (#5408)
* remove f*ckadbloack
* follow-buttonが消されないように
* revert version
* remove locales
Diffstat (limited to 'src/client/app/desktop/script.ts')
| -rw-r--r-- | src/client/app/desktop/script.ts | 8 |
1 files changed, 0 insertions, 8 deletions
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 */ |