added data_update.html

This commit is contained in:
2026-02-13 09:13:55 -05:00
parent 9437757bf8
commit 6a20f6f7db
22 changed files with 12758 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/**
* This module depends on the real jquery - and returns the non-global version of it.
*
* @module jquery-private
* @package core
* @copyright 2015 Damyon Wiese <damyon@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
define(['jquery'],function($){return $.noConflict(!0)})