projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a135be
)
Provide indication that folder levels are being loaded
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 15 Dec 2009 00:42:47 +0000
(17:42 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 15 Dec 2009 00:42:47 +0000
(17:42 -0700)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
164c6d9
..
9ffbf3e
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-2147,12
+2147,17
@@
var DimpBase = {
});
if (need.size()) {
+ if (mode == 'tog') {
+ base.down('A').update(DIMP.text.loading);
+ }
this._listFolders({
all: Number(mode == 'expall'),
callback: this._toggleSubFolder.bind(this, base, mode, noeffect),
view: need
});
return;
+ } else if (mode == 'tog') {
+ base.down('A').update(base.retrieve('l'));
}
}