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'>
|
<div class='file-dropper-holder'>
|
||||||
<input type='file' id='<%- ctx.id %>'/>
|
<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) { %>
|
<% if (ctx.allowMultiple) { %>
|
||||||
Drop files here!
|
Drop files here!
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
|
|
Loading…
Reference in a new issue