From e9cfa3dafc30cefccd89be38c876b16699477f37 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 14 Jan 2017 12:15:00 +0900 Subject: 投稿の文字数制限を緩和 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/app/desktop/tags/post-form.tag | 2 +- src/web/app/mobile/tags/post-form.tag | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/app') diff --git a/src/web/app/desktop/tags/post-form.tag b/src/web/app/desktop/tags/post-form.tag index 9683859477..8ddc9e0b00 100644 --- a/src/web/app/desktop/tags/post-form.tag +++ b/src/web/app/desktop/tags/post-form.tag @@ -12,7 +12,7 @@ -

のこり{ 300 - refs.text.value.length }文字

+

のこり{ 500 - refs.text.value.length }文字

diff --git a/src/web/app/mobile/tags/post-form.tag b/src/web/app/mobile/tags/post-form.tag index e2d0c96024..28e508ebc5 100644 --- a/src/web/app/mobile/tags/post-form.tag +++ b/src/web/app/mobile/tags/post-form.tag @@ -2,7 +2,7 @@
-
{ 300 - refs.text.value.length } +
{ 500 - refs.text.value.length }
-- cgit v1.2.3-freya