Subreddit Rules: Remove action-form css class

This is binding some extra event handlers to be bound in
action-forms.js that aren't needed on the new form.
This commit is contained in:
Matt Lee
2016-01-14 09:04:33 -05:00
committed by MelissaCole
parent 442557af72
commit cfd5dea2cc
2 changed files with 2 additions and 1 deletions

View File

@@ -10914,6 +10914,7 @@ body.with-listing-chooser {
max-width: 300px;
}
.subreddit-report-form,
.action-form {
display: none;
background-color: #f6e69f;

View File

@@ -23,7 +23,7 @@
<%def name="report_form_base(fullname, rules_page_link)">
<form id="report-action-form"
class="subreddit-report-form action-form rounded">
class="subreddit-report-form rounded">
<input type="hidden"
name="thing_id"
value="${fullname}">