Merge pull request #24682 from f4bsch/master

dont update search onResize
This commit is contained in:
Vincent Petry 2016-05-24 11:47:47 +02:00
commit f8bbbba306

View File

@ -507,8 +507,6 @@
this.breadcrumb.setMaxWidth(containerWidth - actionsWidth - 10);
this.$table.find('>thead').width($('#app-content').width() - OC.Util.getScrollBarWidth());
this.updateSearch();
},
/**