From 4bceef89527ca791e361e7e5989929ed346dad9a Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 28 Aug 2017 17:35:24 +0200 Subject: [PATCH] Fix the upload status table missing in the drive --- www/drive/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/drive/main.js b/www/drive/main.js index e611579ca..40d875eda 100644 --- a/www/drive/main.js +++ b/www/drive/main.js @@ -2764,7 +2764,8 @@ define([ console.error(e); refresh(); } - } + }, + body: $iframe.find('body') }; APP.FM = Cryptpad.createFileManager(fmConfig);