diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-08 13:36:33 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-08 13:36:33 +0200 |
commit | ef4c4787604b02f40d271a88126e1a2ed8753be0 (patch) | |
tree | aaf8c523326848e4b1048b917d90feb8e15e8041 /program/js/treelist.js | |
parent | 66233b76c83b8e31bc1ff301352393299130a18c (diff) |
Reset search after folder creation/remove/rename
Diffstat (limited to 'program/js/treelist.js')
-rw-r--r-- | program/js/treelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/treelist.js b/program/js/treelist.js index 7d13143cd..cc1880da2 100644 --- a/program/js/treelist.js +++ b/program/js/treelist.js @@ -94,6 +94,7 @@ function rcube_treelist_widget(node, p) this.get_node = get_node; this.get_selection = get_selection; this.is_search = is_search; + this.reset_search = reset_search; /////// startup code (constructor) |