зеркало из https://github.com/mozilla/pjs.git
fix for 49326, 'delete files' button is missing in delete profile dialog
This commit is contained in:
Родитель
743bbb9b77
Коммит
90b919d167
|
@ -16,11 +16,7 @@ function Startup()
|
|||
Button2.setAttribute( "value", "Delete Files Yah" );
|
||||
cancelButton.setAttribute( "value", "Cancel Yah" );
|
||||
}
|
||||
|
||||
okButton.setAttribute( "class", ( okButton.getAttribute("class") + " padded" ) );
|
||||
Button2.setAttribute( "class", ( okButton.getAttribute("class") + " padded" ) );
|
||||
Button2.setAttribute( "style", "display: inherit;" );
|
||||
cancelButton.setAttribute( "class", ( cancelButton.getAttribute("class") + " padded" ) );
|
||||
Button2.removeAttribute("collapsed");
|
||||
}
|
||||
|
||||
function onDeleteFiles()
|
||||
|
|
Загрузка…
Ссылка в новой задаче