summaryrefslogtreecommitdiff
path: root/modules/comment/comment-node-form.js
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-16 13:55:06 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-16 13:55:06 +0000
commit45dbfaf8164cb175973d8653e3537bd7c2de42ca (patch)
tree38dd4c05cc001618e113905d881710d7cdbaa870 /modules/comment/comment-node-form.js
parentc0f75814bff04f41e4dc035b4e0f2ea2b19cff54 (diff)
downloadbrdo-45dbfaf8164cb175973d8653e3537bd7c2de42ca.tar.gz
brdo-45dbfaf8164cb175973d8653e3537bd7c2de42ca.tar.bz2
- Patch #445130 by Rob Loach, aspilicious, noahb, jpmckinney, TR: namespace the Drupal jQuery functions.
Diffstat (limited to 'modules/comment/comment-node-form.js')
-rw-r--r--modules/comment/comment-node-form.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/comment-node-form.js b/modules/comment/comment-node-form.js
index 471cb106c..59edf6d48 100644
--- a/modules/comment/comment-node-form.js
+++ b/modules/comment/comment-node-form.js
@@ -4,11 +4,11 @@
Drupal.behaviors.commentFieldsetSummaries = {
attach: function (context) {
- $('fieldset#edit-comment-settings', context).setSummary(function (context) {
+ $('fieldset#edit-comment-settings', context).drupalSetSummary(function (context) {
return Drupal.checkPlain($('input:checked', context).next('label').text());
});
// Provide the summary for the node type form.
- $('fieldset#edit-comment', context).setSummary(function(context) {
+ $('fieldset#edit-comment', context).drupalSetSummary(function(context) {
var vals = [];
// Default comment setting.