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) { diff --git a/dist/files_sharing-files_sharing.js b/dist/files_sharing-files_sharing.js index b99cfd6dcdc..1000c59d175 100644 Binary files a/dist/files_sharing-files_sharing.js and b/dist/files_sharing-files_sharing.js differ diff --git a/dist/files_sharing-files_sharing.js.map b/dist/files_sharing-files_sharing.js.map index 4559bc9b152..9cb226da174 100644 Binary files a/dist/files_sharing-files_sharing.js.map and b/dist/files_sharing-files_sharing.js.map differ