diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-08-23 00:28:03 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-08-23 00:28:03 +0200 |
commit | 78f61b2adef819d70e2875b99142d763e0e7ab40 (patch) | |
tree | a2ab88a8da49ed6affe7c55e28e79fb82110b186 /apps/files_sharing/js | |
parent | 04a744742a06f6f274f7d61fa5d0ab3c6fa72203 (diff) | |
download | nextcloud-server-78f61b2adef819d70e2875b99142d763e0e7ab40.tar.gz nextcloud-server-78f61b2adef819d70e2875b99142d763e0e7ab40.zip |
returning of $tr is expected, otherwise ending up in a JS error
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r-- | apps/files_sharing/js/sharedfilelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/js/sharedfilelist.js b/apps/files_sharing/js/sharedfilelist.js index 84e4e62f8a1..3a6de0d5012 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() { |