mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix XXX
This commit is contained in:
parent
8663224b1f
commit
4cb5d65989
@ -1979,7 +1979,7 @@ define([
|
||||
var f = file.getAsFile();
|
||||
if (!f.type && f.size % 4096 === 0) {
|
||||
// It's a folder!
|
||||
if (0 && file.webkitGetAsEntry) { // IE and Opera don't support it // XXX
|
||||
if (file.webkitGetAsEntry) { // IE and Opera don't support it
|
||||
f = file.webkitGetAsEntry();
|
||||
var files = [];
|
||||
nThen(function (w) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user