From ef4c4787604b02f40d271a88126e1a2ed8753be0 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 08 Aug 2014 07:36:33 -0400 Subject: [PATCH] Reset search after folder creation/remove/rename --- 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 7d13143..cc1880d 100644 --- a/program/js/treelist.js +++ b/program/js/treelist.js @@ -94,6 +94,7 @@ this.get_node = get_node; this.get_selection = get_selection; this.is_search = is_search; + this.reset_search = reset_search; /////// startup code (constructor) -- Gitblit v1.9.1