Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey committed Nov 13, 2015
1 parent dafd015 commit 4b7b70d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/views/create_bug.tpl
Expand Up @@ -7,7 +7,8 @@
</header>

<form id="createBug">
<input type="text" placeholder="Title" id="summary" />
<input type="text" placeholder="Title" id="summary"
inputmode="latin-prose" x-inputmode="latin-prose" />
<input list="components" id="component" value="Gaia::Feedback" disabled hidden />
<textarea placeholder="Description" id="description" ></textarea>

Expand Down

0 comments on commit 4b7b70d

Please sign in to comment.