From 21ac9f1917595492fa9997e565bf11ec8d8cd14f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 12 Sep 2007 18:29:32 +0000 Subject: #174708 by multiple contributors: update jQuery to 1.2 --- modules/comment/comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment') diff --git a/modules/comment/comment.js b/modules/comment/comment.js index ead327ec9..cb1d1ab20 100644 --- a/modules/comment/comment.js +++ b/modules/comment/comment.js @@ -6,7 +6,7 @@ Drupal.behaviors.comment = function (context) { for (i=0;i<3;i++) { cookie = Drupal.comment.getCookie('comment_info_' + parts[i]); if (cookie != '') { - $("#comment-form input[@name=" + parts[i] + "]:not(.comment-processed)", context) + $("#comment-form input[name=" + parts[i] + "]:not(.comment-processed)", context) .val(cookie) .addClass('comment-processed'); } -- cgit v1.2.3