projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db62b44
)
Fix filtering
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 21 Oct 2009 08:12:44 +0000
(
02:12
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 21 Oct 2009 08:12:44 +0000
(
02:12
-0600)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
d80566a
..
3359509
100644
(file)
--- 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) });