mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 08:50:30 +02:00
12 lines
705 B
JavaScript
12 lines
705 B
JavaScript
/**
|
|
* The purpose of this module is to centralize selectors related to question.
|
|
*
|
|
* @deprecated since Moodle 4.0
|
|
* @todo Final deprecation on Moodle 4.4 MDL-72438
|
|
* @module core_question/selectors
|
|
* @copyright 2018 Simey Lameze <lameze@moodle.com>
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
*/
|
|
define("core_question/selectors",[],(function(){return window.console.warn("warn: The core_question/selectors has been deprecated. Please use qbank_tagquestion/selectors instead."),{actions:{save:'[data-action="save"]',edittags:'[data-action="edittags"]'},containers:{loadingIcon:'[data-region="overlay-icon-container"]'}}}));
|
|
|
|
//# sourceMappingURL=selectors.min.js.map
|