mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 04:46:25 +01:00
...
This commit is contained in:
parent
46f9b1ebd7
commit
731ccd92a9
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ def files_selected():
|
|||
if callable(proceed) and files.length:
|
||||
proceed(container_id, files)
|
||||
|
||||
msg = msg or _('Upload books by <a>selecting the book files</a> or drag and drop of the files here')
|
||||
msg = msg or _('Upload books by either <a>selecting the book files</a> or drag and drop the files here')
|
||||
c = E.div(E.span(), E.input(type='file', style='display:none', onchange=files_selected))
|
||||
if not single_file:
|
||||
c.lastChild.setAttribute('multiple', 'multiple')
|
||||
|
|
|
|||
Loading…
Reference in a new issue