mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
add workaround for #7 after all since it was trivial
This commit is contained in:
parent
38a163a09a
commit
1a8dc3d18a
|
@ -760,6 +760,8 @@ function up2k_init(subtle) {
|
|||
for (var a = 0; a < dt.length; a++)
|
||||
if (dt[a] == 'Files')
|
||||
ok = true;
|
||||
else if (dt[a] == 'text/uri-list')
|
||||
return true;
|
||||
|
||||
if (!ok)
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue