mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 12:35:45 +01:00
made the MIW use fixed width fonts again
This commit is contained in:
@@ -780,7 +780,6 @@ function Completion() //{{{
|
||||
|
||||
bookmark: function bookmark(filter) [0, bookmarks.get(filter)],
|
||||
|
||||
// FIXME: items shouldn't be [[[a], b]], but [[a, b]] and only mapped if at all for bLCS --mst
|
||||
buffer: function buffer(filter)
|
||||
{
|
||||
let items = [];
|
||||
|
||||
@@ -131,7 +131,6 @@ function CommandLine() //{{{
|
||||
// the widget used for multiline output
|
||||
var multilineOutputWidget = document.getElementById("liberator-multiline-output");
|
||||
multilineOutputWidget.contentDocument.body.id = "liberator-multiline-output-content";
|
||||
|
||||
var outputContainer = multilineOutputWidget.parentNode;
|
||||
|
||||
// the widget used for multiline intput
|
||||
|
||||
Reference in New Issue
Block a user