$(function(){$("[data-toggle='popover']").each(function(){var n=$(this).attr("data-helpid"),t=$("#"+n).html(),i={html:!0,title:n.replace(/-/g," "),content:t,container:"body"};$(this).popover(i)});$("[data-toggle='popover']").on("click",function(n){n.stopPropagation()});var n=function(){$("[data-toggle='popover']").each(function(){$(this).popover("hide")})};$(document).on("click",function(){n()})})