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
ede4d4ac
Commit
ede4d4ac
authored
Sep 28, 2015
by
alexpott
Browse files
Issue
#2341267
followup by nod_: Bind event handlers for future multiple toolbars
parent
39044397
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/toolbar/js/toolbar.menu.js
View file @
ede4d4ac
...
...
@@ -162,7 +162,7 @@
var
$menu
=
$
(
this
).
once
(
'
toolbar-menu
'
);
if
(
$menu
.
length
)
{
// Bind event handlers.
$
(
$menu
)
$menu
.
on
(
'
click.toolbar
'
,
'
.toolbar-box
'
,
toggleClickHandler
)
.
on
(
'
click.toolbar
'
,
'
.toolbar-box a
'
,
linkClickHandler
);
...
...
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