We're getting log messages for missing js files requested by this module. It's from two bit of code around lines 60 and 193 that read:

  if (!$user->uid) {
    drupal_add_js(drupal_get_path('module', 'contact') . '/jquery.cookie.js');
    drupal_add_js(drupal_get_path('module', 'contact') . '/contact.js');
    $form['#attributes']['class'] = 'user-info-from-cookie';
  }

These files are not in the contact module folder (sites/all/modules/contact/jquery.cookie.js), nor in the tar.gz from its module page, nor in the old Drupal 6 contact module folder... Where can I get them?

Comments

Jim Kirkpatrick’s picture

Status: Active » Needs work

I've just spotted that those two js files are present in 7.x but not the 6.x version! We just need a re-package I guess...

boabjohn’s picture

@ Jim: thanks for your spotting this one. I had followed advice at http://drupal.org/node/717304 and was feeling a bit lost.

- Downloaded the 7x version
- Unpacked and located .js files
- Uploaded to my contact 6x install
- All good

Dave Reid’s picture

Status: Needs work » Fixed

Missing JS files committed to CVS. Sorry about that.
http://drupal.org/cvs?commit=372952

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.