{"version":3,"sources":["article.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"article.min.js","sourcesContent":["\r\n\r\n\r\n$(function () {\r\n var description = document.querySelector('.__article-title');\r\n\r\n var text = description.innerText + ', saiba mais:';\r\n\r\n var url = window.location.href;\r\n\r\n $('#share-twitter').click(function () {\r\n window.open('http://twitter.com/share?url=' + encodeURIComponent(url) + '&text=' + encodeURIComponent(text), '', 'left=0,top=0,width=550,height=450,personalbar=0,toolbar=0,scrollbars=0,resizable=0');\r\n });\r\n\r\n $('#share-facebook').click(function () {\r\n window.open('http://facebook.com/sharer/sharer.php?u=' + encodeURIComponent(url) + '&text=' + encodeURIComponent(text), '', 'left=0,top=0,width=650,height=420,personalbar=0,toolbar=0,scrollbars=0,resizable=0');\r\n });\r\n\r\n $('#share-linkedin').click(function () {\r\n window.open('http://www.linkedin.com/shareArticle?mini=true&url=' + encodeURIComponent(url) + '&text=' + encodeURIComponent(text), '', 'left=0,top=0,width=650,height=420,personalbar=0,toolbar=0,scrollbars=0,resizable=0');\r\n });\r\n\r\n});"]}