mirror of
https://github.com/moodle/moodle.git
synced 2025-07-24 07:41:40 +02:00
MDL-21170 improved comments module, added new support for module parameter in js_function_call(), fixed bug in comments on frontpage - see tracker for more info
This commit is contained in:
@@ -24,14 +24,6 @@ function launch_filemanager(options) {
|
||||
});
|
||||
}
|
||||
|
||||
function initialize_comment(options) {
|
||||
Y.use('core_comment', function() {
|
||||
new M.core_comment(options);
|
||||
});
|
||||
}
|
||||
|
||||
// old JS functions, to be converted soon
|
||||
|
||||
// === old legacy JS code, hopefully to be replaced soon by M.xx.yy and YUI3 code ===
|
||||
|
||||
function popupchecker(msg) {
|
||||
|
Reference in New Issue
Block a user