From e62125d6ef685eae3a83249ca51cd1a38486e418 Mon Sep 17 00:00:00 2001 From: catch Date: Tue, 20 Nov 2012 11:04:32 +0000 Subject: [PATCH] Issue #1684856 by nod_: JSHint node. --- core/modules/node/content_types.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/node/content_types.js b/core/modules/node/content_types.js index 736440b522c..787f7954238 100644 --- a/core/modules/node/content_types.js +++ b/core/modules/node/content_types.js @@ -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()));