Pressing enter in the sandbox mode will now lead to submit the form.

This commit is contained in:
Marco Jantke 2014-05-23 15:30:21 +02:00
parent 221f109ad6
commit d7c70720b0

View File

@ -230,7 +230,7 @@
</p>
{% endif %}
{% endfor %}
<button class="add">New parameter</button>
<button type="button" class="add">New parameter</button>
{% endif %}
</fieldset>
@ -252,7 +252,7 @@
<input type="text" class="value" placeholder="Value" /> <span class="remove">-</span>
</p>
<button class="add">New header</button>
<button type="button" class="add">New header</button>
</fieldset>
<fieldset class="request-content">
@ -264,7 +264,7 @@
<input type="text" class="key content-type" value="Content-Type" disabled="disabled" />
<span>=</span>
<input type="text" class="value" placeholder="Value" />
<button class="set-content-type">Set header</button> <small>Replaces header if set</small>
<button type="button" class="set-content-type">Set header</button> <small>Replaces header if set</small>
</p>
</fieldset>