Closed (won't fix)
Project:
Rep[lacement]Tags
Version:
5.x-1.10
Component:
Javascript / AJAX
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2008 at 05:00 UTC
Updated:
9 Aug 2008 at 12:33 UTC
When I click Edit to change the value of an already-existing reptag, I get this javascript error and can't do the edit. Since I didn't see this in the issue queue I wonder if it's something to do with my configuration, though I haven't had other js errors for any other modules.
Comments
Comment #1
profix898 commentedI guess you are using a more recent version of jquery than shipped with D5 core (e.g. the jquery_update module). If so you can simply replace
obj.id()withobj.attr('id')to get rid of this error (see http://drupal.org/files/issues/reptag-jquery-compatability.patch).Comment #2
avpaderno