{"version":3,"file":"./js/app.min.js","mappings":"yBAuBIA,SAASC,iBAAiB,QAlBD,WAErB,IAAIC,EAAYC,OAAOC,eAEnBC,EAAYH,EADA,qCAAuCF,SAASM,SAASC,KAGrEC,EAAUR,SAASS,cAAc,OAErCD,EAAQE,MAAMC,SAAW,WACzBH,EAAQE,MAAME,KAAO,WAErBZ,SAASa,KAAKC,YAAYN,GAC1BA,EAAQO,UAAYV,EACpBH,EAAUc,kBAAkBR,GAC5BL,OAAOc,YAAW,WACdjB,SAASa,KAAKK,YAAYV,EAC9B,GAAG,IACP,G","sources":["webpack://wasat-media/./src/js/modules/functions.js"],"sourcesContent":["/**\r\n * Copyright\r\n */\r\nexport function copyrightLink() {\r\n\r\n const addCopyrightLink = () => {\r\n //Get the selected text and append the extra info\r\n let selection = window.getSelection();\r\n let page_link = '...

Подробнее:
© ' + document.location.href;\r\n let copy_text = selection + page_link;\r\n //Create a new div to hold the prepared text\r\n let new_div = document.createElement('div');\r\n //hide the newly created container\r\n new_div.style.position = 'absolute';\r\n new_div.style.left = '-99999px';\r\n //insert the container, fill it with the extended text, and define the new selection\r\n document.body.appendChild(new_div);\r\n new_div.innerHTML = copy_text;\r\n selection.selectAllChildren(new_div);\r\n window.setTimeout(function () {\r\n document.body.removeChild(new_div);\r\n }, 100);\r\n };\r\n document.addEventListener('copy', addCopyrightLink);\r\n}\r\n"],"names":["document","addEventListener","selection","window","getSelection","copy_text","location","href","new_div","createElement","style","position","left","body","appendChild","innerHTML","selectAllChildren","setTimeout","removeChild"],"sourceRoot":""}