client/file-dropper: support Vimperator focus
This commit is contained in:
parent
03b5e933bf
commit
dbd36256ce
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class='file-dropper-holder'>
|
||||
<input type='file' id='<%- ctx.id %>'/>
|
||||
<label class='file-dropper' for='<%- ctx.id %>'>
|
||||
<label class='file-dropper' for='<%- ctx.id %>' role='button'>
|
||||
<% if (ctx.allowMultiple) { %>
|
||||
Drop files here!
|
||||
<% } else { %>
|
||||
|
|
Loading…
Reference in a new issue