MDL-21400 JS modules now include needed strings in module description + fixed some string and icon issues in file picker

This commit is contained in:
Petr Skoda
2010-02-07 09:34:19 +00:00
parent 0bb38e8c04
commit 87ad1edcd6
4 changed files with 35 additions and 64 deletions

View File

@@ -30,7 +30,7 @@ M.util.image_url = function(imagename, component) {
url = url + '&rev=' + M.cfg.themerev;
}
if (component != '' && component != 'moodle' && component != 'core') {
if (component && component != '' && component != 'moodle' && component != 'core') {
url = url + '&component=' + component;
}