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
48a5065d
Commit
48a5065d
authored
Jun 24, 2012
by
Dries
Browse files
- Patch
#1574620
by nod_: selectors clean-up: book.
parent
ec8b833e
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/book/book.js
View file @
48a5065d
...
...
@@ -5,7 +5,7 @@
Drupal
.
behaviors
.
bookFieldsetSummaries
=
{
attach
:
function
(
context
)
{
$
(
context
).
find
(
'
fieldset.book-outline-form
'
).
drupalSetSummary
(
function
(
context
)
{
var
$select
=
$
(
'
.form-item-book-bid
select
'
);
var
$select
=
$
(
context
).
find
(
'
.book-title-
select
'
);
var
val
=
$select
.
val
();
if
(
val
===
'
0
'
)
{
...
...
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