zulip/static
Max Schaefer 4825b6e5ad topic_list: Remove a spurious assignment and simplify a conditional.
Variable `show_topic` was assigned in both branches of the
conditional, but the assignment in the "then" branch was useless,
since the variable wasn't subsequently read. Hence the assignment can
be dropped, leaving the "then" branch empty. The "if" statement can
then be simplified by removing the "then" branch entirely and flipping
the condition. Since `show_topic` is now only used inside the "if", it
is slightly tidier (though semantically equivalent) to move its
declaration inside.
2017-08-22 23:49:47 -07:00
..
assets py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
audio
generated Move static/third/gemoji to static/generated/emoji. 2016-12-27 20:16:23 -08:00
html frontend: Add header to static/5xx.html. 2017-07-28 17:45:23 -07:00
images about: Add a banner to /about/ with a picture from PyCon. 2017-08-22 23:34:34 -07:00
js topic_list: Remove a spurious assignment and simplify a conditional. 2017-08-22 23:49:47 -07:00
locale locale: Update Japanese strings. 2017-08-07 16:58:10 -07:00
styles about: Add a banner to /about/ with a picture from PyCon. 2017-08-22 23:34:34 -07:00
swagger Delete the old zulip.com "referrals" system. 2017-07-07 14:59:18 -07:00
templates realm: Add clear error message for too-long realm name. 2017-08-22 22:04:52 -07:00
third markdown.js: Remove paragraph break from numbered lists. 2017-07-28 12:32:20 -07:00
ts Add typescript support to asset compilation. 2017-05-28 17:28:28 -07:00
.gitignore gitignore: Forget obsolete path static/js/bundle.js . 2017-07-19 14:19:20 -07:00
favicon.ico
node_modules Create static/node_modules symlink. 2016-08-25 15:32:08 -07:00
robots.txt