mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-28 17:55:45 +01:00
Fix joinPaths when stuff dun't exist
This commit is contained in:
@@ -683,7 +683,7 @@ function Options() //{{{
|
||||
context.completions = [
|
||||
[loadPreference(filter, null, false), "Current Value"],
|
||||
[loadPreference(filter, null, true), "Default Value"]
|
||||
];
|
||||
].filter(function ([k]) k != null);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user