mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug #230399 --> view source JS error:
Error: document.getElementById("cmd_goToLine") has no properties Source File: chrome://navigator/content/viewsource.js Line: 204
This commit is contained in:
parent
c1b8034e8d
commit
69a6b58671
@ -75,6 +75,7 @@
|
||||
<commandset id="clipboardEditMenuItems"/>
|
||||
<commandset id="viewSourceMenuItems">
|
||||
<command id="cmd_close" oncommand="ViewSourceClose()"/>
|
||||
<command id="cmd_goToLine" oncommand="ViewSourceGoToLine();" disabled="true"/>
|
||||
</commandset>
|
||||
</commandset>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user