summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment')
-rw-r--r--modules/comment/comment.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.js b/modules/comment/comment.js
index acd450200..38a026b72 100644
--- a/modules/comment/comment.js
+++ b/modules/comment/comment.js
@@ -2,7 +2,7 @@
(function($) {
Drupal.behaviors.comment = {
- attach: function(context) {
+ attach: function(context, settings) {
var parts = new Array("name", "homepage", "mail");
var cookie = '';
for (i=0;i<3;i++) {