summaryrefslogtreecommitdiff
path: root/modules/comment/comment-node-form.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment-node-form.js')
-rw-r--r--modules/comment/comment-node-form.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/comment/comment-node-form.js b/modules/comment/comment-node-form.js
index 9c7dea7cc..20d8729f4 100644
--- a/modules/comment/comment-node-form.js
+++ b/modules/comment/comment-node-form.js
@@ -1,10 +1,10 @@
// $Id$
-(function($) {
+(function ($) {
Drupal.behaviors.commentFieldsetSummaries = {
- attach: function(context) {
- $('fieldset#edit-comment-settings', context).setSummary(function(context) {
+ attach: function (context) {
+ $('fieldset#edit-comment-settings', context).setSummary(function (context) {
return Drupal.checkPlain($('input:checked', context).parent().text());
});
}