| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Summary view] [Print] [Text view]
1 /** 2 * This is an empty module, that is required before all other modules. 3 * Because every module is returned from a request for any other module, this 4 * forces the loading of all modules with a single request. 5 * 6 * This function also sets up the listeners for ajax requests so we can tell 7 * if any requests are still in progress. 8 * 9 * @module core/first 10 * @copyright 2015 Damyon Wiese <damyon@moodle.com> 11 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 12 * @since 2.9 13 */ 14 define("core/first",["jquery"],(function($){$(document).bind("ajaxStart",(function(){M.util.js_pending("jq")})).bind("ajaxStop",(function(){M.util.js_complete("jq")}))})); 15 16 //# sourceMappingURL=first.min.js.map
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |