mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merged from 1.7.
This commit is contained in:
parent
27a9ee2967
commit
4b5c8f24db
@ -141,7 +141,7 @@ section_class.prototype.process_section = function() {
|
||||
if (!this.resources_ul) {
|
||||
this.resources_ul = document.createElement('ul');
|
||||
this.resources_ul.className='section';
|
||||
this.content_td.insertBefore(this.resources_ul, this.content_td.childNodes[1]);
|
||||
this.content_td.insertBefore(this.resources_ul, this.content_td.lastChild);
|
||||
}
|
||||
var resource_count = this.resources_ul.getElementsByTagName('li').length;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user