When loaded via ajax, comments on a site blog entry are shown as "undefined", this is easily fixed by changing line 188 in comment/comment.js from:
val = val.replace('__time__', list[i].time);
to:
val = val.replace('__time__', new Date(list[i].timecreated*1000).toDateString());
- duplicates
-
MDL-38431 Timestamp is shown as undefined in comments
-
- Closed
-