Opened 3 years ago
Closed 2 years ago
#15356 closed defect (bug) (fixed)
edit-tags AJAX add is broken
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
See title.
Attachments (2)
Change History (6)
Root cause is that there are two buttons with the id of "submit". Patch renames the search button id & name to "search-items" and retains the "submit" id for the "Add Term" button.
I didn't think it was bind versus live. Thanks for tracking this down Mo!
Note: See
TracTickets for help on using
tickets.

Use .live('click', ... instead of .click().