Fix for PDT+ 28451. We need to preset return value in case user close dialog using the close box. R=hangas, A=phil

This commit is contained in:
ducarroz%netscape.com 2000-02-22 22:35:26 +00:00
Родитель da44ea5e39
Коммит ab16cc5173
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -6,8 +6,9 @@ function Startup()
/* dump("Startup()\n"); */
if (window.arguments && window.arguments[0] && window.arguments[0])
{
{
param = window.arguments[0];
param.abort = true; //if the user hit the close box, we will abort.
if (param.action)
{
//Set the default radio array value