zulip/static
Steve Howell 5dfd7f030a refactor: Clean up add_subscription_marker().
This change has a few cleanups:

    * We early-return on last_msg_container === undefined
      to make the function flatter.
    * We avoid comparing two boolean values for equality,
      which can be a landmine if one of the values is
      `undefined`, which is falsy but not actually `false`.
    * We extract some local variables for readability.
    * We make the conditions for subscribe/unsubscribe
      more explicit.
2017-12-26 09:01:21 -05:00
..
assets icons: Create framework for custom icons and add new bot icon. 2017-11-10 11:18:42 -08:00
audio
generated
html frontend: Add header to static/5xx.html. 2017-07-28 17:45:23 -07:00
icons/fonts Generate custom-icon-webfont on each provision or update-prod-static. 2017-11-20 16:36:49 -08:00
images Add Dropbox webhook integration. 2017-12-22 10:36:21 -05:00
js refactor: Clean up add_subscription_marker(). 2017-12-26 09:01:21 -05:00
locale Renamed 'Register' to 'Sign up' including translations 2017-12-18 10:02:15 -05:00
styles Embedded bots: Add UI for adding embedded bots. 2017-12-26 08:50:00 -05:00
swagger docs: Update links from codebase to point to ReadTheDocs. 2017-11-16 10:53:49 -08:00
templates Simplify/unify starring messages from the frontend. 2017-12-26 09:01:21 -05:00
third bugdown: Remove whitespace strip from inline code. 2017-12-14 07:48:10 -05:00
ts Add typescript support to asset compilation. 2017-05-28 17:28:28 -07:00
.gitignore gitignore: Add static/generated/icons. 2017-11-21 09:27:04 -08:00
favicon.ico
node_modules