From 3d13456e2999df9da3061e3391ce614b7d5aaf9f Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Thu, 11 Jan 2018 16:50:49 +0200 Subject: [PATCH] Remove unused CSS class --- app/views/registrant/domains/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/registrant/domains/index.html.erb b/app/views/registrant/domains/index.html.erb index d39ed5a33..6c8b3c579 100644 --- a/app/views/registrant/domains/index.html.erb +++ b/app/views/registrant/domains/index.html.erb @@ -1,7 +1,7 @@ <%= render 'shared/title', name: t(:domains) %>
- <%= search_form_for [:registrant, @q], html: { style: 'margin-bottom: 0;', class: 'js-form', autocomplete: 'off' } do |f| %> + <%= search_form_for [:registrant, @q], html: { style: 'margin-bottom: 0;', autocomplete: 'off' } do |f| %>