added data_update.html
This commit is contained in:
@@ -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)})
|
||||
Reference in New Issue
Block a user