diff options
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r-- | apps/files_sharing/js/sharedfilelist.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files_sharing/js/sharedfilelist.js b/apps/files_sharing/js/sharedfilelist.js index 7d7e91dd965..c15372eb3b3 100644 --- a/apps/files_sharing/js/sharedfilelist.js +++ b/apps/files_sharing/js/sharedfilelist.js @@ -179,11 +179,6 @@ // storage info like free space / used space }, - updateRow: function($tr, fileInfo, options) { - // no-op, suppress re-rendering - return $tr - }, - reload: function() { this.showMask() if (this._reloadCall) { |