zulip/static
Thomas Ip b72f30bd06 jQuery: Replace positional selectors at the end of multiple selectors.
A selector like `$('.elem1 .elem2:first')` selects the first descendant
with class name `.elem2` under `.elem1`. This is the same as saying
`$('.elem1 .elem2').first()`. See example here:
https://jsbin.com/bohehesari/edit?html,js,output
2019-06-06 15:21:26 -07:00
..
assets images: Add header design for Zulip Twitter account. 2019-05-31 15:24:56 -07:00
audio notifications: Add a setting for changing the notification sound. 2018-12-09 21:25:30 -08:00
generated
html HTML validation: Remove xmlns:svg attribute. 2018-07-09 09:45:42 +05:30
icons/fonts CSS: Remove manual antialiasing configuration. 2019-03-04 15:12:48 -08:00
images portico: Remove core-team profiles from /team. 2019-06-03 12:14:40 -07:00
js jQuery: Replace positional selectors at the end of multiple selectors. 2019-06-06 15:21:26 -07:00
locale i18n: Update translation data from Transifex. 2019-06-03 15:29:56 -07:00
styles css: Use SCSS nesting in alerts.scss for .alert. 2019-06-06 11:41:35 -07:00
templates settings: Add display setting for demoting inactive streams. 2019-06-03 23:07:56 -07:00
third admin_settings: Change maxfilesize to max_file_upload_size. 2019-05-03 17:36:09 -07:00
.gitignore tools: Move generate-custom-icon-webfont to a subdirectory. 2018-08-09 15:39:57 -07:00
favicon.ico
node_modules