mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merged from 1.7
This commit is contained in:
parent
b09cba5084
commit
02059f4678
@ -506,7 +506,7 @@ resource_class.prototype.init_buttons = function() {
|
||||
|
||||
for (var x=0; x<buttons.length; x++) {
|
||||
if (buttons[x].title == main.portal.strings['update']) {
|
||||
updateButton = buttons[x];
|
||||
updateButton = buttons[x].cloneNode(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user