Revert "Make the Error Console accessible from about:console"

This reverts commit bbbb74e5f077b47c6adb8ede13bfb001bb966cdb.
This commit is contained in:
NTD 2018-06-26 13:56:27 -04:00 committed by Roy Tam
commit c29a6e983b
3 changed files with 7 additions and 8 deletions

View file

@ -77,7 +77,6 @@
<toolbarseparator/>
<toolbarbutton id="Console:clear" oncommand="clearConsole();"
label="&clear.label;" accesskey="&clear.accesskey;"/>
<toolbarspring/>
</toolbar>
<toolbar class="chromeclass-toolbar" id="ToolbarEval" align="center" nowindowdrag="true">
@ -92,9 +91,11 @@
<iframe name="Evaluator" id="Evaluator" collapsed="true"/>
<toolbar align="center" nowindowdrag="true">
<label value="&filter2.label;" control="Filter"/>
<textbox accesskey="&filter2.accesskey;" type="search"
id="Filter" oncommand="changeFilter();"/>
</toolbar>
<statusbar>
<statusbarpanel flex="1" pack="start">
<label value="&filter2.label;" control="Filter"/>
<textbox accesskey="&filter2.accesskey;" type="search"
id="Filter" oncommand="changeFilter();"/>
</statusbarpanel>
</statusbar>
</window>