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

profix898’s picture

I 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() with obj.attr('id') to get rid of this error (see http://drupal.org/files/issues/reptag-jquery-compatability.patch).

avpaderno’s picture

Status: Active » Closed (won't fix)