Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

#5662 closed defect (bug) (fixed)

JS error when deleting an activity comment

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 2.1 Priority: low
Severity: normal Version:
Component: Activity Keywords: has-patch
Cc:

Description

When deleting a comment from activity stream (front end), javascript is failing due to the use of ';' instead of ',' at line 666 of buddypress.js

I guess it's related to r8378

Attachments (1)

5662.patch (663 bytes) - added by imath 10 years ago.

Download all attachments as: .zip

Change History (2)

@imath
10 years ago

#1 @imath
10 years ago

  • Owner set to imath
  • Resolution set to fixed
  • Status changed from new to closed

In 8451:

Correct ponctuation in buddypress.js file

The use of ";" instead of "," was causing a javascript error when deleting an activity comment.

Fixes #5662

Note: See TracTickets for help on using tickets.