+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new error("popover requires tooltip.js");c.version="3.3.5",c.defaults=a.extend({},a.fn.tooltip.constructor.defaults,{placement:"right",trigger:"click",content:"",template:''}),c.prototype=a.extend({},a.fn.tooltip.constructor.prototype),c.prototype.constructor=c,c.prototype.getdefaults=function(){return c.defaults},c.prototype.setcontent=function(){var a=this.tip(),b=this.gettitle(),c=this.getcontent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeclass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hascontent=function(){return this.gettitle()||this.getcontent()},c.prototype.getcontent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.constructor=c,a.fn.popover.noconflict=function(){return a.fn.popover=d,this}}(jquery);