From f404695602e7da1339d03d4fbe4957c47e6430e0 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 23 Aug 2018 00:31:32 +0200 Subject: [PATCH] returning of $tr is expected, otherwise ending up in a JS error Signed-off-by: Arthur Schiwon --- apps/files_sharing/js/sharedfilelist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files_sharing/js/sharedfilelist.js b/apps/files_sharing/js/sharedfilelist.js index 1ef015cccbf..bd33035aa9c 100644 --- a/apps/files_sharing/js/sharedfilelist.js +++ b/apps/files_sharing/js/sharedfilelist.js @@ -155,6 +155,7 @@ updateRow: function($tr, fileInfo, options) { // no-op, suppress re-rendering + return $tr; }, reload: function() {