Merge pull request #10815 from nextcloud/fix/noid/missingreturnval

returning of $tr is expected, otherwise ending up in a JS error
This commit is contained in:
Morris Jobke 2018-08-23 14:53:00 +02:00 committed by GitHub
commit 2219d35207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@
updateRow: function($tr, fileInfo, options) {
// no-op, suppress re-rendering
return $tr;
},
reload: function() {