stream setting: Change email address popover placement to right.

This commit is contained in:
YJDave 2017-12-29 21:45:01 +05:30 committed by showell
parent 8c7d4bb5ad
commit 19eef98305

View File

@ -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"});