X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/requirejs
home
/
cbholdings
/
pasukulu
/
lib
/
requirejs
/
📁
..
📄
LICENSE
(1.86 KB)
📄
jquery-private.js
(1.15 KB)
📄
moodle-config.js
(935 B)
📄
readme_moodle.txt
(327 B)
📄
require.js
(84.46 KB)
📄
require.min.js
(17.32 KB)
Editing: moodle-config.js
var require = { baseUrl : '[BASEURL]', // We only support AMD modules with an explicit define() statement. enforceDefine: true, skipDataMain: true, waitSeconds : 0, paths: { jquery: '[JSURL]lib/jquery/jquery-3.6.4[JSMIN][JSEXT]', jqueryui: '[JSURL]lib/jquery/ui-1.13.2/jquery-ui[JSMIN][JSEXT]', jqueryprivate: '[JSURL]lib/requirejs/jquery-private[JSEXT]' }, // Custom jquery config map. map: { // '*' means all modules will get 'jqueryprivate' // for their 'jquery' dependency. '*': { jquery: 'jqueryprivate' }, // Stub module for 'process'. This is a workaround for a bug in MathJax (see MDL-60458). '*': { process: 'core/first' }, // 'jquery-private' wants the real jQuery module // though. If this line was not here, there would // be an unresolvable cyclic dependency. jqueryprivate: { jquery: 'jquery' } } };
Upload File
Create Folder