friendica / red

The Red Matrix
MIT License
214 stars 50 forks source link

Performance bug in main.js #782

Closed pafcu closed 9 years ago

pafcu commented 9 years ago

In updateConvItems, for each top level item, timeago is called on each element with the "autotime" class on the entire page. The intention is probably to call timeago() only on the element corresponding to that item.

ghost commented 9 years ago

This issue was moved to redmatrix/redmatrix#288