mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 23:11:15 +00:00
tags: click 'add' works now, along with enter
This commit is contained in:
parent
68effee1e8
commit
be6460edbb
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<form class='form-inline' x-bind="submit:filtersNewTag">
|
||||
<div class="input-append">
|
||||
<input class="span2" type="text" value={_newTag} placeholder="New Tag" />
|
||||
<button class="add-on" type="button">Add</button>
|
||||
<button class="add-on" type="submit">Add</button>
|
||||
</div>
|
||||
</form>
|
||||
{/}
|
||||
|
|
|
|||
Loading…
Reference in a new issue