mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 07:14:11 +01:00
Complete :sanitize and private mode overhaul.
--HG-- rename : common/content/sanitizer.js => common/modules/sanitizer.jsm
This commit is contained in:
@@ -280,6 +280,7 @@ const Bookmarks = Module("bookmarks", {
|
||||
names: ["-tags", "-T"],
|
||||
description: "A comma-separated list of tags",
|
||||
completer: function tags(context, args) {
|
||||
// TODO: Move the bulk of this to parseArgs.
|
||||
let filter = context.filter;
|
||||
let have = filter.split(",");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user