client/file-dropper: support Vimperator focus

This commit is contained in:
rr- 2016-08-20 22:47:26 +02:00
parent 03b5e933bf
commit dbd36256ce

View file

@ -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 { %>