{"version":3,"file":"snap.min.js","sources":["https:\/\/e-learning.fra.europa.eu\/theme\/snap\/amd\/src\/snap.js"],"sourcesContent":["\/**\n * 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
tags inserted before xdebug-error.\n var xdebugs = $('.xdebug-error');\n if (xdebugs.length) {\n for (var x = 0; x < xdebugs.length; x++) {\n var el = xdebugs[x];\n var fontel = el.parentNode;\n var br = $(fontel).prev('br');\n $(br).remove();\n }\n }\n\n \/\/ Get messages using the different classes we want to use to target debug messages.\n var msgs = $('.xdebug-error, .php-debug, .debuggingmessage');\n\n if (msgs.length) {\n \/\/ OK we have some errors - lets shove them in the footer.\n $(msgs).addClass('php-debug-footer');\n var errorcont = $('