mirror of https://github.com/zulip/zulip.git
1ed35be88c
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. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
locale | ||
styles | ||
swagger | ||
templates | ||
third | ||
ts | ||
.gitignore | ||
favicon.ico | ||
node_modules | ||
robots.txt |