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 New Issue
Block a user