From dfe799dfdb889a87c642862e28fb9d942740028d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 20 Oct 2009 03:19:00 -0600 Subject: [PATCH] Fix function name --- imp/js/DimpBase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/js/DimpBase.js b/imp/js/DimpBase.js index 03367772f..9fc7ddd36 100644 --- a/imp/js/DimpBase.js +++ b/imp/js/DimpBase.js @@ -1398,7 +1398,7 @@ var DimpBase = { r = r.response; RedBox.close(); this.sfolder = this.folder; - this._searchDeactivate(); + this._quicksearchDeactivate(); this.go('folder:' + r.view); }, -- 2.11.0