Prevent enter in the options from clicking the filter buttons

refactor
Matt Godbolt 11 years ago
parent c1dea560e9
commit 3789fce706

@ -73,9 +73,9 @@
<table><tbody><tr><td>Filter:&nbsp;</td>
<td>
<div class="btn-group filter">
<button class="btn" value="labels">Unused labels</button>
<button class="btn" value="directives">Directives</button>
<button class="btn" value="commentOnly">Comment-only lines</button>
<button class="btn" type="button" value="labels">Unused labels</button>
<button class="btn" type="button" value="directives">Directives</button>
<button class="btn" type="button" value="commentOnly">Comment-only lines</button>
</div>
</td></table>
</form>

Loading…
Cancel
Save