diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-05-24 11:47:47 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-05-24 11:47:47 +0200 |
commit | f8bbbba306d3db26715fe4150013000454fb42f0 (patch) | |
tree | ed98750672972fabd13951d0f0845140fb446cc3 /apps/files/js | |
parent | 452542747cf895eaac69d7ca486a2dcb655785d0 (diff) | |
parent | 2a7d3dd83191647bd6e84d522bce09aa5392b207 (diff) | |
download | nextcloud-server-f8bbbba306d3db26715fe4150013000454fb42f0.tar.gz nextcloud-server-f8bbbba306d3db26715fe4150013000454fb42f0.zip |
Merge pull request #24682 from f4bsch/master
dont update search onResize
Diffstat (limited to 'apps/files/js')
-rw-r--r-- | apps/files/js/filelist.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index ef29a4844bf..58c07c60f97 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -507,8 +507,6 @@ this.breadcrumb.setMaxWidth(containerWidth - actionsWidth - 10); this.$table.find('>thead').width($('#app-content').width() - OC.Util.getScrollBarWidth()); - - this.updateSearch(); }, /** |