Opened 17 years ago
Closed 17 years ago
#6165 closed defect (bug) (fixed)
AJAX doesn't work when editing comments on single post
Reported by: | mdawaffe | Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | General | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
- Go to Manage -> Posts
- Click comment bubble of post with comments.
- Unapprove a comment.
- Note that page refreshes instead AJAX updating.
The problem is that we enqueue the ajax JS for these single post pages only when the od $_GET['c']
parameter is set.
Attached.
Attachments (3)
Change History (5)
Note: See
TracTickets for help on using
tickets.
even better