{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./main.js"],"names":[],"mappings":";QAAA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;;;QAGA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA,0CAA0C,gCAAgC;QAC1E;QACA;;QAEA;QACA;QACA;QACA,wDAAwD,kBAAkB;QAC1E;QACA,iDAAiD,cAAc;QAC/D;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,yCAAyC,iCAAiC;QAC1E,gHAAgH,mBAAmB,EAAE;QACrI;QACA;;QAEA;QACA;QACA;QACA,2BAA2B,0BAA0B,EAAE;QACvD,iCAAiC,eAAe;QAChD;QACA;QACA;;QAEA;QACA,sDAAsD,+DAA+D;;QAErH;QACA;;;QAGA;QACA;;;;;;;;;;;;AClFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;;AAEP;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC","file":"bundle.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/dist/\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = \"./main.js\");\n","var iframeType;\r\nvar countdownDate;\r\nvar countdownType;\r\nvar iframeTypeEnum = {\r\n ARTICLE: 1,\r\n SECTION: 2,\r\n};\r\nvar countdownTypeEnum = {\r\n UNTIL_BALLOTS_OPEN: 1,\r\n UNTIL_BALLOTS_CLOSE: 2,\r\n VOTES_FINISHED: 3,\r\n};\r\nvar predeterminedDates = {\r\n BALLOTS_OPENING: new Date(\"March 23, 2021 07:00:00\"),\r\n BALLOTS_CLOSING: new Date(\"March 23, 2021 22:00:00\"),\r\n};\r\n\r\nconst setIframeType = () => {\r\n //checks the iframe type\r\n if (document.querySelector(\".article\")) {\r\n iframeType = iframeTypeEnum.ARTICLE;\r\n } else {\r\n iframeType = iframeTypeEnum.SECTION;\r\n }\r\n};\r\n\r\nconst setCountdownDate = () => {\r\n const todaysDate = new Date();\r\n //before ballots opened\r\n if (todaysDate <= predeterminedDates.BALLOTS_OPENING) {\r\n countdownType = countdownTypeEnum.UNTIL_BALLOTS_OPEN;\r\n countdownDate = predeterminedDates.BALLOTS_OPENING;\r\n }\r\n //after ballots opened\r\n else if (todaysDate <= predeterminedDates.BALLOTS_CLOSING) {\r\n countdownType = countdownTypeEnum.UNTIL_BALLOTS_CLOSE;\r\n countdownDate = predeterminedDates.BALLOTS_CLOSING;\r\n }\r\n //none of the above, finised\r\n else {\r\n countdownType = countdownTypeEnum.VOTES_FINISHED;\r\n }\r\n};\r\nconst setElementClasses = () => {\r\n const rootEl = document.querySelector(\".counter\");\r\n if (countdownType == countdownTypeEnum.UNTIL_BALLOTS_OPEN) {\r\n rootEl.classList.add(\"before-votes\");\r\n } else if (countdownType == countdownTypeEnum.UNTIL_BALLOTS_CLOSE) {\r\n rootEl.classList.remove(\"before-votes\");\r\n rootEl.classList.add(\"during-votes\");\r\n } else {\r\n rootEl.classList.remove(\"during-votes\");\r\n rootEl.classList.add(\"after-votes\");\r\n }\r\n console.log(countdownType);\r\n //debugging\r\n};\r\n\r\nconst startCounter = () => {\r\n let interval = setInterval(() => {\r\n setCountdownDate();\r\n\r\n const daysEl = document.querySelector(\".days\");\r\n const hoursEl = document.querySelector(\".hours\");\r\n const minutesEl = document.querySelector(\".minutes\");\r\n const secondsEl = document.querySelector(\".seconds\");\r\n\r\n let timeLeft = countdownDate - new Date();\r\n\r\n let days = Math.floor(timeLeft / (1000 * 60 * 60 * 24));\r\n let hours = Math.floor(\r\n (timeLeft % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)\r\n );\r\n let minutes = Math.floor((timeLeft % (1000 * 60 * 60)) / (1000 * 60));\r\n let seconds = Math.floor((timeLeft % (1000 * 60)) / 1000);\r\n if (countdownType != countdownTypeEnum.VOTES_FINISHED) {\r\n daysEl.innerHTML = days.toString().length == 1 ? \"0\" + days : days;\r\n hoursEl.innerHTML = hours.toString().length == 1 ? \"0\" + hours : hours;\r\n minutesEl.innerHTML =\r\n minutes.toString().length == 1 ? \"0\" + minutes : minutes;\r\n secondsEl.innerHTML =\r\n seconds.toString().length == 1 ? \"0\" + seconds : seconds;\r\n }\r\n // secondsEl.innerHTML = \"00\";\r\n // minutesEl.innerHTML = \"00\";\r\n // hoursEl.innerHTML = \"00\";\r\n // daysEl.innerHTML = \"00\";\r\n setElementClasses();\r\n }, 1000);\r\n};\r\n\r\nconst setBannerOnClick = () => {\r\n const counterEl = document.querySelector(\".article\");\r\n if (!counterEl) {\r\n return;\r\n }\r\n\r\n counterEl.addEventListener(\"mousedown\", (e) => {\r\n //allow both middle click and left click\r\n if (e.which == 1 || e.which == 2) {\r\n //analytics\r\n dataLayer = dataLayer || [];\r\n dataLayer.push({\r\n event: \"GA_Event\",\r\n Category: \"Elections 2021\",\r\n Action: \"Clicks on iFrames\",\r\n });\r\n\r\n window.open(\"https://www.ynet.co.il/news/elections2021\", \"_blank\");\r\n }\r\n });\r\n};\r\n\r\n(function () {\r\n setIframeType();\r\n setCountdownDate();\r\n setElementClasses();\r\n startCounter();\r\n setBannerOnClick();\r\n})();\r\n"],"sourceRoot":""}