mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Unbreak 'email hint' tooltip.
Streams no longer have ids, they have stream_ids. (imported from commit 5080b8452711a1975d4a5bc7e647d8ef2528395b)
This commit is contained in:
@@ -262,7 +262,7 @@ exports.show_settings_for = function (stream_name) {
|
||||
|
||||
function add_email_hint(row) {
|
||||
// Add a popover explaining stream e-mail addresses on hover.
|
||||
var hint_id = "#email-address-hint-" + row.id;
|
||||
var hint_id = "#email-address-hint-" + row.stream_id;
|
||||
var email_address_hint = $(hint_id);
|
||||
email_address_hint.popover({"placement": "bottom",
|
||||
"title": "Email integration",
|
||||
|
||||
Reference in New Issue
Block a user