{"version":3,"file":"footerbuttons.min.js","sources":["https:\/\/moodle-test3.univ-paris1.fr\/theme\/boost_union\/amd\/src\/footerbuttons.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 Boost Union - JS code for footer buttons\n *\n * @module theme_boost_union\/footerbuttons\n * @copyright 2022 Alexander Bias, lern.link GmbH \n * @license http:\/\/www.gnu.org\/copyleft\/gpl.html GNU GPL v3 or later\n *\/\n\ndefine(['jquery'], function($) {\n \"use strict\";\n\n \/**\n * Initializing.\n *\/\n function initFooterButtons() {\n \/\/ This will check if there is a communication button shown on the page already.\n \/\/ If yes, it will add a class to the body tag which will be later used to align the Boost Union footer buttons\n \/\/ with the communications button.\n \/\/ This is necessary as the communications button would otherwise be overlaid by the Boost Union footer buttons.\n if ($('#page-footer .btn-footer-communication').length) {\n $('body').addClass('theme-boost-union-commincourse');\n }\n }\n\n return {\n init: function() {\n initFooterButtons();\n }\n };\n});\n"],"names":["define","$","init","length","addClass"],"mappings":";;;;;;;AAuBAA,yCAAO,CAAC,WAAW,SAASC,SAgBjB,CACHC,KAAM,WANFD,EAAE,0CAA0CE,QAC5CF,EAAE,QAAQG,SAAS"}