зеркало из https://github.com/mozilla/pjs.git
Fixing bug 129707. Fixing getButton routine to return handle for the requested button. r=blake, sr=jag, a=scc, adt
This commit is contained in:
Родитель
d71fe374ae
Коммит
39552bdf61
|
@ -111,7 +111,7 @@
|
|||
<body>
|
||||
<![CDATA[
|
||||
var btns = this.getElementsByAttribute("dlgtype", aDlgType);
|
||||
return btns.length > 0 ? btns[0] : document.getAnonymousElementByAttribute(this, "dlgtype", aDlgType);
|
||||
return btns.length > 0 ? btns[0] : document.getAnonymousElementByAttribute(this._wizardButtons, "dlgtype", aDlgType);
|
||||
]]>
|
||||
</body>
|
||||
</method>
|
||||
|
|
Загрузка…
Ссылка в новой задаче