Closed (fixed)
Project:
Timeago
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2013 at 14:19 UTC
Updated:
25 Jan 2013 at 22:10 UTC
Jump to comment: Most recent file
There is an extra comma and two missing semicolons in the timeago.js file that cause errors in some browsers. Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | timeago-javascript_errors-1886166-1.patch | 691 bytes | paul.lovvik |
Comments
Comment #1
paul.lovvik commentedThis patch fixes the missing semicolons and extraneous trailing comma in the JavaScript code.
Comment #2
icecreamyou commentedThanks, committed to both branches.
For those wondering, "some browsers" means IE8 and below.