Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorFabian <fabian@fabi.me>2016-05-30 12:31:39 +0300
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-05-30 12:31:39 +0300
commitda0ee2ce3a74bb02720cb68d9a56a1a5011b6e43 (patch)
tree2536c784c6f2a11f5cd6b34a33bde6b7001a25ff /apps
parentb8c4233c7d78718db9160977073536c144411022 (diff)
dont update search onResize (#24848)
Diffstat (limited to 'apps')
-rw-r--r--apps/files/js/filelist.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 47aff256786..d34368a74d8 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -475,8 +475,6 @@
this.breadcrumb.setMaxWidth(containerWidth - actionsWidth - 10);
this.$table.find('>thead').width($('#app-content').width() - OC.Util.getScrollBarWidth());
-
- this.updateSearch();
},
/**