{"version":3,"file":"backtotopbutton.min.js","sources":["https:\/\/moodle-test3.univ-paris1.fr\/theme\/boost_union\/amd\/src\/backtotopbutton.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 back to top button\n *\n * @module theme_boost_union\/backtotopbutton\n * @copyright 2022 Alexander Bias, lern.link GmbH \n * @copyright on behalf of Zurich University of Applied Sciences (ZHAW)\n * @copyright based on code from theme_boost_campus by Kathrin Osswald.\n * @license http:\/\/www.gnu.org\/copyleft\/gpl.html GNU GPL v3 or later\n *\/\n\ndefine(['jquery', 'core\/str', 'core\/notification'], function($, str, Notification) {\n \"use strict\";\n\n \/\/ Remember if the back to top button is shown currently.\n let buttonShown = false;\n\n \/**\n * Initializing.\n *\/\n function initBackToTop() {\n \/\/ Define the scroll distance after which the button will be shown.\n const scrolldistance = 220;\n\n \/\/ Get the string backtotop from language file.\n let stringsPromise = str.get_string('backtotop', 'theme_boost_union');\n\n \/\/ If the string has arrived, add backtotop button to DOM and add scroll and click handlers.\n $.when(stringsPromise).then(function(string) {\n \/\/ Add a fontawesome icon to the footer as the back to top button.\n $('#boost-union-footer-buttons').prepend('