From 4430d46334127c69d5ff97ce2e15475c0fae2654 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 16 Oct 2009 16:37:01 +0000 Subject: - Patch #440876: missing files. --- modules/comment/comment.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 modules/comment/comment.js (limited to 'modules/comment/comment.js') diff --git a/modules/comment/comment.js b/modules/comment/comment.js deleted file mode 100644 index 753e99252..000000000 --- a/modules/comment/comment.js +++ /dev/null @@ -1,15 +0,0 @@ -// $Id$ -(function ($) { - -Drupal.behaviors.comment = { - attach: function (context, settings) { - $.each(['name', 'homepage', 'mail'], function () { - var cookie = $.cookie('Drupal.visitor.' + this); - if (cookie) { - $('#comment-form input[name=' + this + ']', context).once('comment').val(cookie); - } - }); - } -}; - -})(jQuery); -- cgit v1.2.3