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:
Dan Stillman 2016-12-16 03:23:12 -05:00
parent 2f50b9b848
commit 5950bfd963

View file

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