Add menu option for opening Error Console in Standalone, commented out
Not sure we want to expose this, particularly since there are tons of spurious warnings in current builds due to a chrome registration issue, but it can be handy for debugging some issues.
This commit is contained in:
parent
2f50b9b848
commit
5950bfd963
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@
|
|||
<menuseparator/>
|
||||
<menuitem id="menu_addons" label="&addons.label;"
|
||||
oncommand="ZoteroStandalone.openInViewer('chrome://mozapps/content/extensions/extensions.xul', ZoteroStandalone.updateAddonsPane)"/>
|
||||
<!--<menuitem label="Error Console" oncommand="toJavaScriptConsole()"/>-->
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
|
|
Loading…
Reference in a new issue