diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-08-23 00:31:32 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-08-23 00:31:32 +0200 |
commit | f404695602e7da1339d03d4fbe4957c47e6430e0 (patch) | |
tree | 51e642a29d17822a1426aaf347e92f4d65323bb5 /apps | |
parent | e1e35b42dec97c44012ac6da924008d4f8d3e4e7 (diff) | |
download | nextcloud-server-f404695602e7da1339d03d4fbe4957c47e6430e0.tar.gz nextcloud-server-f404695602e7da1339d03d4fbe4957c47e6430e0.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')
-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 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() { |