mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 04:07:58 +01:00
[muttator] :dialog addressbook
This commit is contained in:
@@ -261,7 +261,9 @@ liberator.Completion = function () //{{{
|
||||
//var res = "";// + util.objectToString(result) + "\n---\n";
|
||||
//liberator.log(result.matchCount + " matches: " + result.searchResult);
|
||||
var comp = [];
|
||||
urlResultsCache = result;
|
||||
//if (result.searchResult == result.RESULT_SUCCESS)
|
||||
// urlResultsCache = result;
|
||||
|
||||
for (var i = 0; i < result.matchCount; i++)
|
||||
{
|
||||
comp.push([result.getValueAt(i), result.getCommentAt(i)]);
|
||||
|
||||
Reference in New Issue
Block a user