projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950ef12
)
Don't add temporary search folders to browser history
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 25 Aug 2009 05:39:44 +0000
(23:39 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 25 Aug 2009 05:39:44 +0000
(23:39 -0600)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
ea25826
..
e2f7057
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-225,7
+225,7
@@
var DimpBase = {
$('dimpmain_folder').show();
}
// This catches the refresh case - no need to re-add to history
- if (!Object.isUndefined(this.folder)) {
+ if (!Object.isUndefined(this.folder)
&& !this.sfolder
) {
this._addHistory(loc);
}
}
@@
-1342,6
+1342,7
@@
var DimpBase = {
this.loadMailbox(this.sfolder);
}
this.viewport.deleteView(f);
+ this.sfolder = null;
}
},