Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
b7b6bc5e
Commit
b7b6bc5e
authored
Apr 11, 2013
by
webchick
Browse files
Issue
#1968328
by tim.plunkett: Fixed Expandable children are gone from vertical toolbar.
parent
a015229d
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/toolbar/js/toolbar.js
View file @
b7b6bc5e
...
@@ -58,7 +58,7 @@ Drupal.behaviors.toolbar = {
...
@@ -58,7 +58,7 @@ Drupal.behaviors.toolbar = {
if
(
subtrees
)
{
if
(
subtrees
)
{
for
(
var
id
in
subtrees
)
{
for
(
var
id
in
subtrees
)
{
if
(
subtrees
.
hasOwnProperty
(
id
))
{
if
(
subtrees
.
hasOwnProperty
(
id
))
{
$
(
'
#toolbar-link-
'
+
id
).
after
(
subtrees
.
id
);
$
(
'
#toolbar-link-
'
+
id
).
after
(
subtrees
[
id
]
);
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment