Modify ↓
      
        Opened 14 years ago
Last modified 13 years ago
#8794 new defect
$.format not defined
| Reported by: | Owned by: | Olemis Lang | |
|---|---|---|---|
| Priority: | normal | Component: | WhiteboardPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 | 
Description
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
| Owner: | changed from CuriousCurmudgeon to Olemis Lang | 
|---|
Note: See
        TracTickets for help on using
        tickets.
    



proposed patch
- changes.push($.format("$1:$2", actions[i].ticket, actions[i].to.id)); + changes.push(actions[i].ticket+":"+actions[i].to.id);