mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 12:52:28 +01:00
[muttator] fixed help, still does not work somehow. xmlhttprequest not working in thunderbird?
This commit is contained in:
@@ -372,7 +372,7 @@ const liberator = (function () //{{{
|
||||
|
||||
function getHelpCompletions(filter)
|
||||
{
|
||||
var files = liberator.config.helpFiles;
|
||||
var files = liberator.config.helpFiles || [];
|
||||
var res = [];
|
||||
|
||||
for (var i = 0; i < files.length; i++)
|
||||
|
||||
Reference in New Issue
Block a user