mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 15:34:11 +01:00
Fixed :qmarks
This commit is contained in:
@@ -213,7 +213,7 @@ const template = {
|
||||
// @param headers is an array of strings, the text for the header columns
|
||||
genericTable: function genericTable(items, format)
|
||||
{
|
||||
this.listCompleter(function (context) {
|
||||
completion.listCompleter(function (context) {
|
||||
context.filterFunc = null;
|
||||
if (format)
|
||||
context.format = format;
|
||||
|
||||
Reference in New Issue
Block a user