From 78f61b2adef819d70e2875b99142d763e0e7ab40 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 23 Aug 2018 00:28:03 +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 84e4e62f8a..3a6de0d501 100644 --- a/apps/files_sharing/js/sharedfilelist.js +++ b/apps/files_sharing/js/sharedfilelist.js @@ -167,6 +167,7 @@ updateRow: function($tr, fileInfo, options) { // no-op, suppress re-rendering + return $tr; }, reload: function() {