Hi,

I would like to suggest that setSummary is now drupalSetSummary in Drupal.behaviors javascript. Please check pathauto.js line 6:

- $('fieldset#edit-path', context).setSummary(function (context) {
+ $('fieldset#edit-path', context).drupalSetSummary(function (context) {

I'm using Drupal 7 CVS update. Thanks.

Comments

dave reid’s picture

Status: Active » Fixed

Thanks I confirmed this was changed. Small changed and fixed it for me. Committed to CVS. Thanks!
http://drupal.org/node/777082

Status: Fixed » Closed (fixed)

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