Merged from 1.7

This commit is contained in:
vyshane 2006-11-14 02:07:59 +00:00
parent b09cba5084
commit 02059f4678

View File

@ -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);
}
}