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:
racham%netscape.com 2002-04-08 04:57:13 +00:00
Родитель d71fe374ae
Коммит 39552bdf61
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>