{"version":3,"sources":["../WebApp/wwwroot/build/Views/Freelancers/TestimonialPopover.js"],"names":["window","testimonialPopover","$","popover","html","trigger","placement","container","content","name","this","data"],"mappings":"AAAA,aAiBAA,OAAAC,mBAdA,WACAC,EAAA,wBAAA,EAAAC,QAAA,CACAC,KAAA,CAAA,EACAC,QAAA,QACAC,UAAA,QACAC,UAAA,OACAC,QAAA,WACA,IAAAC,EAAAP,EAAAQ,IAAA,EAAAC,KAAA,MAAA,EACA,OAAAT,EAAA,IAAAO,CAAA,EAAAL,KAAA,CACA,CACA,CAAA,CACA","file":"freelancers.js","sourcesContent":["'use strict';\n\n(function () {\n var testimonialPopover = function testimonialPopover() {\n $('.full-testimonial-link').popover({\n html: true,\n trigger: 'click',\n placement: 'right',\n container: 'body',\n content: function content() {\n var name = $(this).data('name');\n return $('#' + name).html();\n }\n });\n };\n\n // Exports\n window.testimonialPopover = testimonialPopover;\n})();"]}