? reptag/cvs
? reptag/images/cvs
? reptag/po/cvs
? reptag/tags/cvs
Index: reptag/reptag_helper.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/reptag/reptag_helper.js,v
retrieving revision 1.6.2.1
diff -r1.6.2.1 reptag_helper.js
17c17
<   $('input[@type=submit][@name=op]').remove();
---
>   $('#-reptag-manage-site-form input[@type=submit][@name=op]').remove();
27c27
<   reptag_id = obj.id();
---
>   reptag_id = obj.attr('id');
34c34
<   switch(obj.name()) {
---
>   switch(obj.attr('name')) {
