Files
NodeBB/public
Baris Usakli c343b93a37 optimize ajaxify
- do not call $.timeago twice on topic load and for widgets
- do not use toLocaleString for each timeago string, use a single
Intl.DateTimeFormat instance instead
- do not call format for empty timeago strings, ie a post that isnt
edited doesnt have a timeago string
- do not call isTouchDevice for every element
- remove app.replaceSelfLinks, this is superceded with /me route
- store references to jquery objects in navigator instead of creating
them on every scroll
2018-11-17 14:07:56 -05:00
..
2017-11-27 14:31:13 -05:00
2018-10-22 07:30:48 -04:00
2018-11-17 14:07:56 -05:00
2016-12-05 10:32:44 -05:00
2016-10-21 11:26:24 -04:00
2017-01-02 23:04:57 -07:00