summaryrefslogtreecommitdiff
path: root/modules/comment/comment.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.js')
-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 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');
}