When I click outside the popover the popover closes, I do not want it to close
$(function() {
// Enables popover
$("[data-toggle=popover]").popover();
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<a tabindex="0" class="btn btn-lg btn-primary" role="button" data-html="true" data-toggle="popover" data-trigger="focus" title="<div class='demo'>
<div id='adentro'>
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhoooooooolaaaaaaa
</div>
</div>">popover</a>