{"version":3,"sources":["webpack:///./Scripts/jquery/pdfdownload.js"],"names":["factory","define","$","myFunction","popup","document","getElementById","variantPopup","footer","getElementsByClassName","window","innerHeight","pageYOffset","offsetTop","classList","add","remove","contains","addEventListener","ready"],"mappings":"sEAAC,oBAAUA,GACP,aAEIC,EAAO,CAAC,aAAoB,0BAAP,EAM3B,SAAUC,GAWR,SAASC,IACL,IAAIC,EAAQC,SAASC,eAAe,oBAChCC,EAAeF,SAASC,eAAe,gBACvCE,EAASH,SAASI,uBAAuB,UAAU,GAElDC,OAAOC,YAAcD,OAAOE,YAAc,GAAKJ,EAAOK,UACvDT,EAAMU,UAAUC,IAAI,SAGpBX,EAAMU,UAAUE,OAAO,SAGP,MAAhBT,GAAwBA,EAAaO,UAAUG,SAAS,WACxDb,EAAMU,UAAUC,IAAI,eAEpBX,EAAMU,UAAUE,OAAO,cAE/B,CA3BAX,SAASa,iBAAiB,oBAAoB,WAC7Cf,GACD,IAAG,GAEHD,EAAEG,UAAUc,OAAM,WACdhB,GACJ,IAEAO,OAAOQ,iBAAiB,SAAUf,EAoBtC,GAnCoC,8BAMnC,CATA,E","file":"582.0f4cc62063bb46daf2b9.js","sourcesContent":["(function (factory) {\r\n 'use strict';\r\n if (typeof define === 'function' && define.amd) {\r\n define(['./jquery'], factory);\r\n } else if (typeof exports !== 'undefined') {\r\n module.exports = factory(require('./jquery'));\r\n } else {\r\n factory(jQuery);\r\n }\r\n}(function ($) {\r\n document.addEventListener('DOMContentLoaded', function () {\r\n\t myFunction();\r\n }, false);\r\n\r\n $(document).ready(function() {\r\n myFunction();\r\n });\r\n\r\n window.addEventListener(\"scroll\", myFunction);\r\n\r\n function myFunction() {\r\n var popup = document.getElementById(\"pdfDownloadPopUp\");\r\n var variantPopup = document.getElementById(\"variantPopUp\");\r\n var footer = document.getElementsByClassName(\"footer\")[0];\r\n\r\n if ((window.innerHeight + window.pageYOffset + 30 < footer.offsetTop)) {\r\n popup.classList.add(\"stick\");\r\n }\r\n else {\r\n popup.classList.remove(\"stick\");\r\n }\r\n\r\n if (variantPopup != null && variantPopup.classList.contains(\"visible\")) {\r\n popup.classList.add(\"popup-above\");\r\n } else {\r\n popup.classList.remove(\"popup-above\");\r\n }\r\n }\r\n}));"],"sourceRoot":""}