mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-23813 glossary filter: add missing YUI dependency
Fix found by Huy Hoang. I am just making a commit.
This commit is contained in:
parent
6be7840ce6
commit
ff8c5fda48
@ -25,7 +25,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2012061700;
|
||||
$plugin->version = 2012061701;
|
||||
$plugin->requires = 2012061700; // Requires this Moodle version
|
||||
$plugin->component= 'filter_glossary';
|
||||
|
||||
|
2
filter/glossary/yui/autolinker/autolinker.js
vendored
2
filter/glossary/yui/autolinker/autolinker.js
vendored
@ -130,4 +130,4 @@ YUI.add('moodle-filter_glossary-autolinker', function(Y) {
|
||||
return new AUTOLINKER(config);
|
||||
}
|
||||
|
||||
}, '@VERSION@', {requires:['base','node','event-delegate','overlay','moodle-enrol-notification']});
|
||||
}, '@VERSION@', {requires:['base','node','io-base','json-parse','event-delegate','overlay','moodle-enrol-notification']});
|
||||
|
Loading…
x
Reference in New Issue
Block a user