Commit 7431692f authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 275613: pressing [enter] in a textarea in editflagtypes.cgi results in an…

Bug 275613: pressing [enter] in a textarea in editflagtypes.cgi results in an addition to the inclusion list instead of saving changes - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
parent 809525c4
......@@ -61,6 +61,10 @@
<input type="hidden" name="exclusions" value="[% category.value FILTER html %]">
[% END %]
[%# Add a hidden button at the top of the form so that the user pressing "return"
# really submit the form, as expected. %]
<input type="submit" id="commit" value="Submit" style="display: none;">
<table id="form" cellspacing="0" cellpadding="4" border="0">
<tr>
<th>Name:</th>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment