zulip/static
evykassirer 251436f835 stream settings: Add whitespace before disabled attribute.
Fixes #19641. There was no whitespace between the 'checked' and 'disabled'
attribute, leading to muted checked checkboxes being neither checked nor
disabled (since `checkeddisabled='disabled'` didn't do anything).
This bug was introduced in 747e797.

This change adds a new line before the disabled template code, so that both
the checked and disabled attributes are added properly.

Tested manually to ensure the following cases didn't change when reopening
the stream settings view:

* unchecked disabled checkboxes
* checked enabled checkboxes
* checked disabled checkboxes
2021-09-15 12:29:46 -07:00
..
assets icons: Set font-display: block for icon font. 2021-08-23 15:59:54 -07:00
audio
generated
html templates: Mark all void tags as self-closing. 2021-04-21 09:49:34 -07:00
images docs: Add instructions for AzureAD SAML on Zulip Cloud. 2021-09-08 13:05:54 -07:00
js settings: Add periods to end of bot permissions strings. 2021-09-15 09:59:20 -07:00
shared buddy_list: Show still image for animated emojis. 2021-09-12 16:24:29 -07:00
styles styles: Remove incorrect css block for datepicker input. 2021-09-13 17:12:49 -07:00
templates stream settings: Add whitespace before disabled attribute. 2021-09-15 12:29:46 -07:00
third typeahead: Fix the bug where clicking by JS, selected the wrong elem. 2021-08-01 23:20:12 -07:00
.gitignore