Unbreak 'email hint' tooltip.

Streams no longer have ids, they have stream_ids.

(imported from commit 5080b8452711a1975d4a5bc7e647d8ef2528395b)
This commit is contained in:
Waseem Daher
2014-07-16 14:31:03 -07:00
parent c90b76444d
commit 47873c181b

View File

@@ -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",