$(function(){
	if ($.fn.popover) { // só executa se a função existir...
		$('[data-toggle="popover"]').popover()
	}
});