From 09af88a578e56106ae160b8761ffbb24edcab920 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 12 Dec 2017 10:15:07 +0100 Subject: [PATCH] Fixed usage to twitter initials setting. --- .../app/controllers/ticket_zoom/article_new.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee b/app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee index 3eaf3dce9..d8bc066ba 100644 --- a/app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee +++ b/app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee @@ -151,7 +151,7 @@ class App.TicketZoomArticleNew extends App.Controller icon: 'twitter' attributes: [] internal: false, - features: ['body:limit', 'body:initials'] + features: attributes maxTextLength: 280 warningTextLength: 30 } @@ -164,7 +164,7 @@ class App.TicketZoomArticleNew extends App.Controller icon: 'twitter' attributes: ['to'] internal: false, - features: ['body:limit', 'body:initials'] + features: attributes maxTextLength: 10000 warningTextLength: 500 }