зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
da44ea5e39
Коммит
ab16cc5173
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче