Skip to content

Commit

Permalink
Merge pull request #10815 from nextcloud/fix/noid/missingreturnval
Browse files Browse the repository at this point in the history
returning of $tr is expected, otherwise ending up in a JS error
  • Loading branch information
MorrisJobke committed Aug 23, 2018
2 parents c0f48a7 + 78f61b2 commit 2219d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files_sharing/js/sharedfilelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@

updateRow: function($tr, fileInfo, options) {
// no-op, suppress re-rendering
return $tr;
},

reload: function() {
Expand Down

0 comments on commit 2219d35

Please sign in to comment.