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++)
|
for (var a = 0; a < dt.length; a++)
|
||||||
if (dt[a] == 'Files')
|
if (dt[a] == 'Files')
|
||||||
ok = true;
|
ok = true;
|
||||||
|
else if (dt[a] == 'text/uri-list')
|
||||||
|
return true;
|
||||||
|
|
||||||
if (!ok)
|
if (!ok)
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user