projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd24a90
)
Fix variable name.
author
Jan Schneider
<jan@horde.org>
Thu, 12 Aug 2010 16:24:24 +0000
(18:24 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 12 Aug 2010 16:24:24 +0000
(18:24 +0200)
horde/js/sidebar.js
patch
|
blob
|
history
diff --git
a/horde/js/sidebar.js
b/horde/js/sidebar.js
index
c556111
..
8ab77ad
100644
(file)
--- a/
horde/js/sidebar.js
+++ b/
horde/js/sidebar.js
@@
-39,10
+39,10
@@
var HordeSidebar = {
{
var layout, r;
- if (re
quest
.responseJSON) {
+ if (re
sponse
.responseJSON) {
$('HordeSidebar.tree').update();
- r = re
quest
.responseJSON;
+ r = re
sponse
.responseJSON;
this.tree.renderTree(r.nodes, r.root_nodes, r.is_static);
this.resizeSidebar();