Bug 473444, follow-up adjustment of original patch. r=gavin.

This commit is contained in:
stefanh@inbox.com 2009-01-20 18:53:25 +01:00
parent 5f9ba9cc5f
commit c815f9c382

View File

@ -1118,7 +1118,7 @@
#endif
phase="capturing">
<![CDATA[
var helpButton = document.documentElement.getButton("help");
var helpButton = this.getButton("help");
if (helpButton.disabled || helpButton.hidden)
return;
this._fireEvent("dialoghelp", this);