Fix the upload status table missing in the drive

pull/1/head
yflory 2017-08-28 17:35:24 +02:00
parent 0b4e044540
commit 4bceef8952
1 changed files with 2 additions and 1 deletions

View File

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