mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 07:05:47 +01:00
remove unnecessary temp variable
This commit is contained in:
@@ -89,8 +89,7 @@ function CommandLine() //{{{
|
|||||||
var multiline_callback = null;
|
var multiline_callback = null;
|
||||||
|
|
||||||
// load the commandline history
|
// load the commandline history
|
||||||
var hist = Options.getPref("commandline_history", "");
|
history = Options.getPref("commandline_history", "").split("\n");
|
||||||
history = hist.split("\n");
|
|
||||||
|
|
||||||
// TODO: these styles should be moved to the .css file
|
// TODO: these styles should be moved to the .css file
|
||||||
function setNormalStyle()
|
function setNormalStyle()
|
||||||
|
|||||||
Reference in New Issue
Block a user