{"version":3,"file":"header.min.js","sources":["https:\/\/cfg.e-learning.pl\/theme\/elpl\/amd\/src\/header.js"],"sourcesContent":["\/\/ This file is part of Moodle - http:\/\/moodle.org\/\n\/\/\n\/\/ Moodle is free software: you can redistribute it and\/or modify\n\/\/ it under the terms of the GNU General Public License as published by\n\/\/ the Free Software Foundation, either version 3 of the License, or\n\/\/ (at your option) any later version.\n\/\/\n\/\/ Moodle is distributed in the hope that it will be useful,\n\/\/ but WITHOUT ANY WARRANTY; without even the implied warranty of\n\/\/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\/\/ GNU General Public License for more details.\n\/\/\n\/\/ You should have received a copy of the GNU General Public License\n\/\/ along with Moodle. If not, see .\n\n\/**\n * Sticky-Header hide and reveal on scroll.\n *\n * @package\n * @copyright 2021 e-learning.pl\n * @author Kamil \u0141uczak \n * @license All right reserved.\n *\/\n\ndefine(['jquery'], function ($) {\n\n return {\n init: function () {\n const body = document.body;\n const scrollUp = \"scroll-up\";\n const scrollDown = \"scroll-down\";\n\n const checkScrollPosition = () => {\n const currentScroll = window.pageYOffset;\n if (currentScroll <= 0) {\n body.classList.remove(scrollDown);\n body.classList.add(scrollUp);\n } else {\n body.classList.remove(scrollUp);\n body.classList.add(scrollDown);\n }\n };\n\n window.addEventListener(\"scroll\", checkScrollPosition);\n document.addEventListener(\"keydown\", checkScrollPosition);\n\n $(\"#goto-top-link a\").click(function () {\n body.classList.remove(scrollDown);\n body.classList.add(scrollUp);\n });\n\n $(document).ready(function () {\n checkScrollPosition();\n });\n\n }\n };\n});\n"],"names":["define","$","init","body","document","checkScrollPosition","window","pageYOffset","classList","remove","add","addEventListener","click","ready"],"mappings":";;;;;;;;AAwBAA,2BAAO,CAAC,WAAW,SAAUC,SAElB,CACHC,KAAM,iBACIC,KAAOC,SAASD,KAIhBE,oBAAsB,KACFC,OAAOC,aACR,GACjBJ,KAAKK,UAAUC,OALJ,eAMXN,KAAKK,UAAUE,IAPN,eASTP,KAAKK,UAAUC,OATN,aAUTN,KAAKK,UAAUE,IATJ,iBAanBJ,OAAOK,iBAAiB,SAAUN,qBAClCD,SAASO,iBAAiB,UAAWN,qBAErCJ,EAAE,oBAAoBW,OAAM,WACxBT,KAAKK,UAAUC,OAjBA,eAkBfN,KAAKK,UAAUE,IAnBF,gBAsBjBT,EAAEG,UAAUS,OAAM,WACdR"}