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