diff options
-rw-r--r-- | lo.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ let INFO = ], bang: true, completer: function (context) { - lolinks = Array.slice(content.document.links); + lolinks = getLinks(); context.title = ['URL', 'Text Content']; context.compare = CompletionContext.Sort.number; context.completions = |