zulip/static
vaibhavrajsingh2001 f0c5b1a8d7 design: Use CSS instead of disabled property for non-editable text.
The disabled property actually prevented text selection, so it seems
better to use CSS through the `readonly="readonly"` property.
For this, swapped .prop() with .attr() since .prop() was setting it as
`readonly=""`.
2020-04-17 08:36:21 -07:00
..
assets styles: Finish removing manual antialiasing configuration. 2019-08-30 14:51:52 -07:00
audio notifications: Add a setting for changing the notification sound. 2018-12-09 21:25:30 -08:00
generated
html static: Serve webpack bundles from the root domain. 2020-04-10 00:48:02 -07:00
images settings UI: Make the settings avatar delete/edit UI slicker. 2020-04-15 15:15:57 -07:00
js design: Use CSS instead of disabled property for non-editable text. 2020-04-17 08:36:21 -07:00
shared typeahead: Convert to ES6 module. 2020-02-19 14:36:42 -08:00
styles design: Use CSS instead of disabled property for non-editable text. 2020-04-17 08:36:21 -07:00
templates account settings: Add user_details_section to template. 2020-04-16 15:14:57 -07:00
third text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
.eslintrc.json lint: Delegate console.log check to ESLint. 2020-02-07 14:09:47 -08:00
.gitignore team: Generate team page data using cron job. 2020-04-08 12:52:31 -07:00
favicon.ico