1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

spice-html5 updated.

This commit is contained in:
catborise 2018-08-08 14:00:35 +03:00
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
View 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]);
}