From b77475baf5eee88f7ca08adaf53c7c5eda6aca58 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 13 Mar 2009 23:15:09 +0000 Subject: #360081 by quicksketch: Stop using global variables for JavaScript settings. --- modules/comment/comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.js') 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++) { -- cgit v1.2.3