mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Bug 473444, follow-up adjustment of original patch. r=gavin.
This commit is contained in:
parent
5f9ba9cc5f
commit
c815f9c382
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user