Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

#5661 closed defect (bug) (fixed)

JS error when clicking on Activity Directory Tabs

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

In r8378 (buddypress.js) at line 824 (now at line 828) a "." instead of a ',' is causing a javascript error when clicking on activity directory tabs (All Members, My Favorites, Mentions ..)

I suggest the attached patch.

Attachments (1)

5661.patch (592 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 8446:

Make sure no js error is thrown when clicking on Activity directory tabs

After r8378 the use of "." instead of "," at line 828 of buddypress.js file was causing a javascript error when clicking on the Activity directory tabs (All Members, My Friends, My Groups, My Favorites, Mentions).

Fixes #5661

Note: See TracTickets for help on using tickets.