mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
spice-html5 updated.
This commit is contained in:
parent
12c80c5021
commit
b05a252d7c
36 changed files with 1356 additions and 1415 deletions
static/js/spice-html5
2
static/js/spice-html5/filexfer.js
Normal file → Executable file
2
static/js/spice-html5/filexfer.js
Normal file → Executable file
|
@ -81,7 +81,7 @@ function handle_file_drop(e)
|
|||
e.preventDefault();
|
||||
for (var i = files.length - 1; i >= 0; i--)
|
||||
{
|
||||
if (files[i].type); // do not copy a directory
|
||||
if (files[i].type) // do not copy a directory
|
||||
sc.file_xfer_start(files[i]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue