Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#958 closed defect (bug) (fixed)

jQuery status updates is coded twice in ajax.js

Reported by: mariusooms's profile mariusooms Owned by:
Milestone: 1.1 Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

Lines 877 - 964 are repeated in the following lines 966 - 1053 in bp-sn-framework/_inc/js/ajax.js

Because line numbers always change, these are the jQuery "functions":
jQuery("div#user-status p, a#status-new-status")...
jQuery("form#status-update-form")...
jQuery("a#status-clear-status")...

Not really a defect as everything works properly, but just extraneous code.

Change History (1)

#1 @apeatling
15 years ago

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

(In [1744]) Fixes #958

Note: See TracTickets for help on using tickets.