diff --git a/common/content/template.js b/common/content/template.js index 85614d66..ee149ab2 100644 --- a/common/content/template.js +++ b/common/content/template.js @@ -44,12 +44,12 @@ const template = { return <>{xml}; }, - completionRow: function completionRow(item, class) + completionRow: function completionRow(item, highlightGroup) { if (typeof icon == "function") icon = icon(); - if (class) + if (highlightGroup) { var text = item[0] || ""; var desc = item[1] || ""; @@ -61,7 +61,7 @@ const template = { } // - return
+ return