Opened 3 years ago
Closed 3 years ago
#1486875 closed Bugs (fixed)
small typo bug in app.js
| Reported by: | lacri | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.4-stable |
| Component: | Client Scripts | Version: | 0.4-beta |
| Severity: | normal | Keywords: | |
| Cc: |
Description
in this.update_contact_row = function(cid, cols_arr, newcid)
on line 3666
trunk rev 3819
ow.style.display = ;
replace with
row.style.display = ;
Change History (1)
comment:1 Changed 3 years ago by alec
- Milestone changed from later to 0.4-stable
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [27ea62a5].