Clean up: Destroy nyaize

This commit is contained in:
syuilo
2017-03-01 14:34:26 +09:00
parent 572a38ad67
commit df3440633a
3 changed files with 0 additions and 21 deletions

View File

@ -47,11 +47,6 @@
<p>読み込みを高速化する</p>
<p>API通信時に新鮮なユーザー情報をキャッシュすることでフェッチのオーバーヘッドを無くします。(実験的)</p>
</label>
<label class="checkbox">
<input type="checkbox" checked={ I.data.nya } onclick={ updateNya }/>
<p><i>な</i>を<i>にゃ</i>に変換する</p>
<p>攻撃的な投稿が多少和らぐ可能性があります。</p>
</label>
</section>
<section class="apps" show={ page == 'apps' }>
@ -228,14 +223,5 @@
})
});
};
this.updateNya = () => {
this.I.data.nya = !this.I.data.nya;
this.api('i/appdata/set', {
data: JSON.stringify({
nya: this.I.data.nya
})
});
};
</script>
</mk-settings>