fix for #125305. disable "Properties" button after the "Clear" button is hit.

r/sr=bienvenu
This commit is contained in:
sspitzer%netscape.com 2002-02-13 19:58:32 +00:00
Родитель e12981886e
Коммит e9caacf9e5
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -92,12 +92,14 @@ function initializeSearchWindowWidgets()
function onSearchStop()
{
// ???
}
function onAbSearchReset(event)
{
gPropertiesButton.setAttribute("disabled","true");
CloseAbView();
onReset(event);
}