zulip/static
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
..
assets Change portico navbar style. 2017-02-13 17:02:03 -08:00
audio
generated Move static/third/gemoji to static/generated/emoji. 2016-12-27 20:16:23 -08:00
html nginx: Use the Django 404 page for files under static/. 2017-07-18 09:55:30 -07:00
images frontend: Add feature illustrations to landing page. 2017-07-13 22:12:26 -07:00
js stream_list: Use more direct code in build_stream_list. 2017-07-18 09:58:16 -07:00
locale Remove English translations.json from source control. 2017-07-03 10:10:43 -04:00
styles message_feed: Remove unnecessary "user-select: none". 2017-07-17 16:27:30 -07:00
swagger Delete the old zulip.com "referrals" system. 2017-07-07 14:59:18 -07:00
templates settings: Fix Display Settings categorized as Language Settings. 2017-07-18 00:19:31 -07:00
third markdown.js: Fix inconsistent user mention on new line. 2017-07-18 00:07:49 -07:00
ts Add typescript support to asset compilation. 2017-05-28 17:28:28 -07:00
.gitignore
favicon.ico
node_modules Create static/node_modules symlink. 2016-08-25 15:32:08 -07:00
robots.txt