diff options
Diffstat (limited to 'apps/files_external/js')
-rw-r--r-- | apps/files_external/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/js/app.js b/apps/files_external/js/app.js index 859a820f14c..d3f738dcf8a 100644 --- a/apps/files_external/js/app.js +++ b/apps/files_external/js/app.js @@ -29,7 +29,6 @@ OCA.External.App = { this.fileList = new OCA.External.FileList( $el, { - scrollContainer: $('#app-content'), fileActions: this._createFileActions() } ); |