Issue #1684856 by nod_: JSHint node.
parent
a5a2ce92f7
commit
e62125d6ef
|
@ -29,7 +29,7 @@ Drupal.behaviors.contentTypes = {
|
||||||
$('fieldset#edit-language', context).drupalSetSummary(function(context) {
|
$('fieldset#edit-language', context).drupalSetSummary(function(context) {
|
||||||
var vals = [];
|
var vals = [];
|
||||||
|
|
||||||
vals.push($(".form-item-language-configuration-langcode select option:selected", context).text())
|
vals.push($(".form-item-language-configuration-langcode select option:selected", context).text());
|
||||||
|
|
||||||
$('input:checked', context).next('label').each(function() {
|
$('input:checked', context).next('label').each(function() {
|
||||||
vals.push(Drupal.checkPlain($(this).text()));
|
vals.push(Drupal.checkPlain($(this).text()));
|
||||||
|
|
Loading…
Reference in New Issue