In line 6 of pathauto.js a JS error is throw that $("fieldset#edit-path", context).setSummary is not a function

Erring code

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

This JS error causes Autocompletion fields to not be ran and I'm sure a myriad of other JS issues.

Comments

dave reid’s picture

Status: Active » Fixed

Confirmed and adjusted the JS to work. Thanks Cody for reporting it!
http://drupal.org/cvs?commit=449424

codycraven’s picture

Confirmed fixed, thanks Dave!

Status: Fixed » Closed (fixed)

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