From e37c9dd4b8e80a5c187badea620eb147be422f3b Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 21 Oct 2009 02:12:44 -0600 Subject: [PATCH] Fix filtering --- 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 d80566a2e..3359509d4 100644 --- a/imp/js/DimpBase.js +++ b/imp/js/DimpBase.js @@ -416,7 +416,7 @@ var DimpBase = { // Callbacks onAjaxRequest: function(id) { var p = $H(); - if (this.isSearch(id, true) && $('qsearch_input').visible()) { + if (this.folderswitch && this.isSearch(id, true)) { p.set('qsearchmbox', this.search.mbox); if (this.search.flag) { p.update({ qsearchflag: this.search.flag, qsearchflagnot: Number(this.search.not) }); -- 2.11.0