{"version":3,"file":"assettracker-bootstrapper.js","mappings":"uBAAA,E,qGCAA,8BAaA,QAZkB,EAAAA,uCAAd,WACwBC,aAAaC,QAAQ,8BAGrCC,EAAE,kBAAkBC,YAAY,YAGpCD,EAAE,kBAAkBE,IAAI,SAASC,GAAG,SAAS,WACzCL,aAAaM,QAAQ,4BAA6B,YAClDJ,EAAE,kBAAkBK,SAAS,WACjC,GACJ,EACJ,EAbA,GAAa,EAAAC,0BAAAA,C,GCCTC,EAA2B,CAAC,EFDhC,EEIA,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaE,QAGrB,IAAIC,EAASN,EAAyBE,GAAY,CAGjDG,QAAS,CAAC,GAOX,OAHAE,EAAoBL,GAAUI,EAAQA,EAAOD,QAASJ,GAG/CK,EAAOD,OACf,CFtBA,QAGAZ,EAAEe,UAAUC,OAAM,WACd,EAAAV,0BAA0BT,wCAC9B,G","sources":["webpack://asp.net/./Scripts/AssetTracker/assettracker-bootstrapper.ts","webpack://asp.net/./Scripts/AssetTracker/cookie-confirmation-handler.ts","webpack://asp.net/webpack/bootstrap"],"sourcesContent":["import { CookieConfirmationHandler } from \"./cookie-confirmation-handler\";\r\n\r\n// Call the functions required on every page\r\n$(document).ready(() => {\r\n CookieConfirmationHandler.ShowCookieConfirmationDialogIfRequired();\r\n});\r\n","export class CookieConfirmationHandler {\r\n public static ShowCookieConfirmationDialogIfRequired() {\r\n var consentAnswer = localStorage.getItem(\"AssetTrackerCookieConsent\");\r\n \r\n if (!consentAnswer) {\r\n $(\"#cookieConsent\").removeClass(\"accepted\")\r\n }\r\n\r\n $(\"#acceptCookies\").off(\"click\").on(\"click\", function () {\r\n localStorage.setItem(\"AssetTrackerCookieConsent\", \"Accepted\");\r\n $(\"#cookieConsent\").addClass(\"accepted\")\r\n });\r\n }\r\n}","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n"],"names":["ShowCookieConfirmationDialogIfRequired","localStorage","getItem","$","removeClass","off","on","setItem","addClass","CookieConfirmationHandler","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","exports","module","__webpack_modules__","document","ready"],"sourceRoot":""}