зеркало из https://github.com/mozilla/gecko-dev.git
Родитель
7ef01c388b
Коммит
bae0ceb537
|
@ -219,11 +219,10 @@ function processEnableCheckbox( checkboxId, elementId )
|
|||
|
||||
function updateListboxDeleteButton( listboxId, buttonId )
|
||||
{
|
||||
if ( document.getElementById( listboxId ).getRowCount() > 0 ) {
|
||||
if ( document.getElementById( listboxId ).getRowCount() > 0 )
|
||||
enableElement( buttonId );
|
||||
} else {
|
||||
else
|
||||
disableElement( buttonId );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1219,11 +1219,10 @@ function updateDeleteExceptionButton()
|
|||
{
|
||||
var repeatCheckBox = document.getElementById( "repeat-checkbox" );
|
||||
|
||||
if ( !repeatCheckBox.checked ) {
|
||||
if ( !repeatCheckBox.checked )
|
||||
disableElement("delete-exception-button");
|
||||
} else {
|
||||
else
|
||||
updateListboxDeleteButton("exception-dates-listbox", "delete-exception-button");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче