Issue #1684856 by nod_: JSHint node.

8.0.x
catch 2012-11-20 11:04:32 +00:00
parent a5a2ce92f7
commit e62125d6ef
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Drupal.behaviors.contentTypes = {
$('fieldset#edit-language', context).drupalSetSummary(function(context) {
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() {
vals.push(Drupal.checkPlain($(this).text()));