Fix the upload status table missing in the drive

This commit is contained in:
yflory
2017-08-28 17:35:24 +02:00
parent 0b4e044540
commit 4bceef8952

View File

@@ -2764,7 +2764,8 @@ define([
console.error(e);
refresh();
}
}
},
body: $iframe.find('body')
};
APP.FM = Cryptpad.createFileManager(fmConfig);