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:
Petr Skoda
2010-01-22 10:10:27 +00:00
parent c3517f05ed
commit ef502357f4
4 changed files with 324 additions and 321 deletions

View File

@@ -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) {