mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'wip-MDL-33550-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
4585e6ac98
18 changed files with 366 additions and 323 deletions
|
@ -527,6 +527,9 @@ M.form_filemanager.init = function(Y, options) {
|
|||
if (node.refcount) {
|
||||
classname = classname + ' fp-hasreferences';
|
||||
}
|
||||
if (node.originalmissing) {
|
||||
classname = classname + ' fp-originalmissing';
|
||||
}
|
||||
if (node.sortorder == 1) { classname = classname + ' fp-mainfile';}
|
||||
return Y.Lang.trim(classname);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue