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
7ffb7202
Commit
7ffb7202
authored
Nov 14, 2012
by
Dries
Browse files
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
parents
7bf7eb83
456a3763
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/node/node.js
View file @
7ffb7202
...
...
@@ -49,6 +49,7 @@ Drupal.behaviors.nodeFieldsetSummaries = {
});
$context
.
find
(
'
fieldset.node-translation-options
'
).
drupalSetSummary
(
function
(
context
)
{
var
$context
=
$
(
context
);
var
translate
;
var
$checkbox
=
$context
.
find
(
'
.form-item-translation-translate input
'
);
...
...
sites/default/default.settings.php
100755 → 100644
View file @
7ffb7202
File mode changed from 100755 to 100644
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