Bug 1233957 - profile selector should set the focus correctly to the accept button, r=ehsan

This commit is contained in:
Andrea Marchesini 2016-01-05 14:48:25 +00:00
parent 13939b466c
commit 9147e54842

View File

@ -26,6 +26,7 @@ function startup()
gBrandBundle = document.getElementById("bundle_brand");
document.documentElement.centerWindowOnScreen();
document.documentElement.getButton('accept').focus();
}
function acceptDialog()