Files
zulip/static/js
Steve Howell 1ed35be88c stream_list: Use more direct code in build_stream_list.
We eliminate `.get(0)` calls in buld_stream_list.

The easy case is that we stop building jQuery objects
for the splitters only to pull out the DOM immediately.

The more subtle case is that we also don't do `.get(0)` calls
to get DOM out of our individual list items.  By passing
in full jQuery objects to `append()`, we should prevent ourself
from orphaning the old objects, which may in the future have
things like tooltip logic attached to them.
2017-07-18 09:58:16 -07:00
..
2017-06-30 09:48:04 -04:00
2017-03-19 11:05:44 -07:00
2017-04-21 21:59:22 -07:00
2017-05-16 23:34:45 -07:00
2017-04-25 09:57:32 -07:00
2017-04-06 11:28:36 -07:00
2017-04-06 11:28:36 -07:00
2017-04-25 09:57:32 -07:00
2017-03-22 07:29:42 -07:00
2017-03-19 11:05:45 -07:00
2017-03-18 10:35:52 -07:00
2017-07-04 13:54:33 -07:00
2016-12-07 16:11:52 -08:00