mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 02:57:59 +01:00
Fix some crap.
--HG-- branch : testing
This commit is contained in:
@@ -1842,6 +1842,7 @@ const Liberator = Module("liberator", {
|
|||||||
|
|
||||||
statusline.update();
|
statusline.update();
|
||||||
liberator.log(config.name + " fully initialized", 0);
|
liberator.log(config.name + " fully initialized", 0);
|
||||||
|
liberator.initialized = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -407,6 +407,7 @@ const Option = Class("Option", {
|
|||||||
},
|
},
|
||||||
|
|
||||||
stringlist: function (operator, values, scope, invert) {
|
stringlist: function (operator, values, scope, invert) {
|
||||||
|
const self = this;
|
||||||
values = Array.concat(values);
|
values = Array.concat(values);
|
||||||
switch (operator) {
|
switch (operator) {
|
||||||
case "+":
|
case "+":
|
||||||
|
|||||||
Reference in New Issue
Block a user