Files
zulip/static/js
sahil839 9ccb33a894 subs: Fix bug of subscribing/unsubscribing user by clicking on stream row.
There is a bug when clicking on the stream row in stream settings page
subscribes/unsubscribes the user from stream. The ideal behaviour
should be that user should be subscribed/unsubscribed only
when user clicks on tick icon. The buggy behaviour is visible only after
clicking the tick icon once.

This is because clicking on tick is adding sub_unsub_button class to the
stream row, while it should be added only to the ".check" element to
re-enable the button to handle requests.

This commit fixes the bug by adding the "sub_unsub_button" class to
".check" element only and not to the stream row and same change
is done for removing the "sub_unsub_button" class also.
2020-07-07 17:12:01 -07:00
..
2020-07-03 16:53:39 -07:00
2020-07-03 16:55:50 -07:00
2020-07-03 16:55:50 -07:00
2020-07-03 16:53:39 -07:00
2020-07-03 16:53:39 -07:00
2020-06-18 09:08:46 -07:00
2020-07-03 16:53:39 -07:00
2020-07-03 16:53:39 -07:00
2020-07-03 16:55:50 -07:00
2020-07-03 16:53:39 -07:00
2020-07-03 16:53:39 -07:00
2020-07-03 16:53:39 -07:00
2020-07-03 16:55:50 -07:00