add workaround for #7 after all since it was trivial

This commit is contained in:
ed 2021-11-28 00:12:19 +01:00
parent 38a163a09a
commit 1a8dc3d18a

View file

@ -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;