{"version":3,"file":"theme.min.js","sources":["https:\/\/cfg.e-learning.pl\/theme\/elpl\/amd\/src\/theme.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 * Theme custom CSS\n *\n * @package theme_elpl\n * @copyright 2023 e-learning.pl\n * @author Kamil \u0141uczak \n * @license All right reserved.\n *\/\n\ndefine(['jquery'], function($) {\n return {\n init: function() {\n $(function() {\n \/\/ Przekierowanie do aktywno\u015bci na ekranie kursu, je\u017celi klikam w kafelek.\n $(\".activity.has-link\").click(function(e) {\n e.preventDefault();\n var href = $(this).attr(\"data-href\");\n if($(e.target).parents('.description').length || $(e.target).parents('.activity-info').length){\n \/\/ Do nothing.\n } else {\n console.log(href);\n window.location.href = href;\n }\n });\n $('.activity.has-link .activity-item').keydown(function(e) {\n \/\/ Check if the pressed key is Enter (key code 13)\n if (event.keyCode === 13) {\n e.preventDefault();\n var href = $(e.target).parents().attr(\"data-href\");\n \/\/ Your code to handle Enter key press goes here\n if($(e.target).parents('.description').length || $(e.target).parents('.activity-info').length){\n \/\/ Do nothing.\n } else {\n console.log(href);\n window.location.href = href;\n }\n }\n });\n });\n }\n };\n});\n"],"names":["define","$","init","click","e","preventDefault","href","this","attr","target","parents","length","console","log","window","location","keydown","event","keyCode"],"mappings":";;;;;;;;AAwBAA,0BAAO,CAAC,WAAW,SAASC,SACjB,CACHC,KAAM,WACFD,GAAE,WAEEA,EAAE,sBAAsBE,OAAM,SAASC,GACnCA,EAAEC,qBACEC,KAAOL,EAAEM,MAAMC,KAAK,aACrBP,EAAEG,EAAEK,QAAQC,QAAQ,gBAAgBC,QAAUV,EAAEG,EAAEK,QAAQC,QAAQ,kBAAkBC,SAGnFC,QAAQC,IAAIP,MACZQ,OAAOC,SAAST,KAAOA,SAG\/BL,EAAE,qCAAqCe,SAAQ,SAASZ,MAE9B,KAAlBa,MAAMC,QAAgB,CACtBd,EAAEC,qBACEC,KAAOL,EAAEG,EAAEK,QAAQC,UAAUF,KAAK,aAEnCP,EAAEG,EAAEK,QAAQC,QAAQ,gBAAgBC,QAAUV,EAAEG,EAAEK,QAAQC,QAAQ,kBAAkBC,SAGnFC,QAAQC,IAAIP,MACZQ,OAAOC,SAAST,KAAOA"}