Files
zulip/static/js
Thomas Ip 3d7b9a1349 list_render: Fix broken reversing operation.
This commit fixes an issue where when you click on the sort button of
a table twice, reversing stops.

The problem is we are checking the truthness of meta.sorting_function
instead of just the function argument sorting_function. This commit
extract the reverse operation out of sort() to unclutter the logic.
2019-08-22 13:13:24 -07:00
..
2019-07-04 16:48:33 -07:00
2019-08-21 16:34:40 -07:00
2018-12-18 10:41:06 -08:00
2018-11-28 14:51:51 -08:00
2019-07-12 21:11:14 -07:00
2019-07-23 17:54:12 -07:00