mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
streams: Fix minor false html element selection.
This commit is contained in:
parent
bfabb86f39
commit
81bcdf2e94
@ -157,7 +157,7 @@ exports.update_add_subscriptions_elements = function (sub) {
|
||||
input_element.removeAttr("disabled");
|
||||
button_element.removeAttr("disabled");
|
||||
button_element.css('pointer-events', "");
|
||||
$('.add_subscriber_btn_wrapper').popover('destroy');
|
||||
$('.add_subscribers_container input').popover('destroy');
|
||||
} else {
|
||||
input_element.attr("disabled", "disabled");
|
||||
button_element.attr("disabled", "disabled");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user