зеркало из https://github.com/mozilla/pjs.git
108565 - revert hewitt's one-line change. r=hewitt sr=hyatt
This commit is contained in:
Родитель
379553f776
Коммит
91745f8739
|
@ -148,7 +148,7 @@ function Startup()
|
||||||
|
|
||||||
//change the button label
|
//change the button label
|
||||||
var buttonlabels = document.getElementById("okCancelButtons");
|
var buttonlabels = document.getElementById("okCancelButtons");
|
||||||
element = document.documentElement.getButton("accept");
|
element = document.getElementById("ok");
|
||||||
element.setAttribute("label", buttonlabels.getAttribute("button1Label"));
|
element.setAttribute("label", buttonlabels.getAttribute("button1Label"));
|
||||||
element = document.getElementById("cancel");
|
element = document.getElementById("cancel");
|
||||||
element.setAttribute("label", buttonlabels.getAttribute("button2Label"));
|
element.setAttribute("label", buttonlabels.getAttribute("button2Label"));
|
||||||
|
|
Загрузка…
Ссылка в новой задаче