diff --git a/common/content/options.js b/common/content/options.js index ed4a2cb4..95512ff0 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -770,7 +770,6 @@ function Options() //{{{ //for (let i = 0, name = names[i]; i < length; name = names[++i]) for (let [,name] in args) { - let name = args[i]; let reference = liberator.variableReference(name); if (!reference[0]) {