From 19eef98305362d0cb6dccd978836742e29eb9a09 Mon Sep 17 00:00:00 2001 From: YJDave Date: Fri, 29 Dec 2017 21:45:01 +0530 Subject: [PATCH] stream setting: Change email address popover placement to right. --- static/js/subs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/subs.js b/static/js/subs.js index 264c65b771..cffc9e748a 100644 --- a/static/js/subs.js +++ b/static/js/subs.js @@ -160,7 +160,7 @@ function add_email_hint(row, email_address_hint_content) { var hint_id = "#email-address-hint-" + row.stream_id; $("body").on("mouseover", hint_id, function (e) { - $(hint_id).popover({placement: "bottom", + $(hint_id).popover({placement: "right", title: "Email integration", content: email_address_hint_content, trigger: "manual"});