mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 17:32:25 +01:00
Bunch-o-fixes, plus some non-trivial changes that I may wind up weeding out.
This commit is contained in:
@@ -320,7 +320,6 @@ liberator.IO = function () //{{{
|
||||
"List all sourced script names",
|
||||
function ()
|
||||
{
|
||||
XML.prettyPrinting = false;
|
||||
var list = liberator.template.tabular(["Idx", "Filename"], ["text-align: right"], Iterator(scriptNames));
|
||||
liberator.commandline.echo(list, liberator.commandline.HL_NORMAL, liberator.commandline.FORCE_MULTILINE);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user