Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

#5662 closed defect (bug) (fixed)

JS error when deleting an activity comment

Reported by: imath Owned by: imath
Priority: low Milestone: 2.1
Component: Activity Version:
Severity: normal 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 12 years ago.

Download all attachments as: .zip

Change History (2)

@imath
12 years ago

#1 @imath
12 years ago

  • Owner set to imath
  • Resolutionfixed
  • Status newclosed

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.