Closed (fixed)
Project:
Pathauto
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2010 at 17:27 UTC
Updated:
25 Nov 2010 at 19:00 UTC
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
Comment #1
dave reidConfirmed and adjusted the JS to work. Thanks Cody for reporting it!
http://drupal.org/cvs?commit=449424
Comment #2
codycraven commentedConfirmed fixed, thanks Dave!