зеркало из https://github.com/mozilla/pjs.git
b=108625 Fix regression / XUL value attribute assignment
r=ddrinan sr=blizzard
This commit is contained in:
Родитель
28a8f657de
Коммит
3a0756b5a3
|
@ -73,7 +73,7 @@ function setDetails()
|
|||
{
|
||||
var index = parseInt(document.getElementById("nicknames").value);
|
||||
details = dialogParams.GetString(index+itemCount+3);
|
||||
document.getElementById("details").setAttribute("value", details);
|
||||
document.getElementById("details").value = details;
|
||||
}
|
||||
|
||||
function onCertSelected()
|
||||
|
|
Загрузка…
Ссылка в новой задаче