mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
returning of $tr is expected, otherwise ending up in a JS error
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
04a744742a
commit
78f61b2ade
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@
|
|||
|
||||
updateRow: function($tr, fileInfo, options) {
|
||||
// no-op, suppress re-rendering
|
||||
return $tr;
|
||||
},
|
||||
|
||||
reload: function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue