Opened 15 years ago
Closed 15 years ago
#958 closed defect (bug) (fixed)
jQuery status updates is coded twice in ajax.js
Reported by: |
|
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.
Note: See
TracTickets for help on using
tickets.
(In [1744]) Fixes #958