From: Eugen Rochko Date: Thu, 6 Oct 2016 13:24:28 +0000 (+0200) Subject: Fix #70 - disable autocomplete on follow form X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=68402228f3d9bc887d460b4e4a6fbd7c16fc29c2;p=mastodon.git Fix #70 - disable autocomplete on follow form --- diff --git a/app/assets/javascripts/components/features/ui/components/follow_form.jsx b/app/assets/javascripts/components/features/ui/components/follow_form.jsx index ec108fdb2..4ba5dfc25 100644 --- a/app/assets/javascripts/components/features/ui/components/follow_form.jsx +++ b/app/assets/javascripts/components/features/ui/components/follow_form.jsx @@ -33,7 +33,7 @@ const FollowForm = React.createClass({ render () { return (
- +
);