mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
admin tree: remove spurious space.
This commit is contained in:
parent
98bcd9d1ff
commit
d0d2d97337
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ admin_tree = {
|
||||||
} else {
|
} else {
|
||||||
admin_tree.expand(i);
|
admin_tree.expand(i);
|
||||||
}
|
}
|
||||||
YAHOO.util.Event. preventDefault(e);
|
YAHOO.util.Event.preventDefault(e);
|
||||||
},
|
},
|
||||||
|
|
||||||
collapse: function(i) {
|
collapse: function(i) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue